Enforce consistency between prior and problem dimension
I had a bug due to the fact that I was building a 3 dimensional problem with prior states of the wrong size. We could add dimensionality checks, in Problem::setPriorOptions
for instance.
I had a bug due to the fact that I was building a 3 dimensional problem with prior states of the wrong size. We could add dimensionality checks, in Problem::setPriorOptions
for instance.
mentioned in issue #454
added To Do (release) label
added Doing label and removed To Do (release) label
mentioned in merge request !448