J Dub

Results 108 comments of J Dub

Looks like this is related to using a csv file format for the localizer. Im working on a patch now but to keep moving, you should be able to swap...

Try m.to_coo() - you probably have so many possible elements in the localized that the original Jacobian format goes out of int range - coo is the "enhanced" binary format...I've...

Can you give it the .jcb extension - ies still relies on the extension to decide what to do with the file (the coo part is determined in the first...

These are good questions. First off, the localizer can have more obs (groups) and par (groups) than what are currently nonzero weighted and adjustable. So you can build up a...

Alright, you caught me on this one. Internally the localizer will accept a forgive flag and that is used when updating it after PDC drops and also by pestpp-da. But...

@wkitlasten can you zip that master dir and post it?

ugh. That is the edge case that is not being tested and, surprise, it is not supported. Testing a patch now...

I just tested that on a very simple problem and it seemed to work as expected: the localizer lists a parameter group that has all fixed `partrans` - is this...

If I add `ies_localizer_forgive_extra True` to the ctrl file, it at least makes it past the localizer initialization: ``` reading 1393518 elements, 3743 rows, 4185 columns dropped 1401 from localizer...

The error message you seek in in about the middle of that screenshot: ![image](https://user-images.githubusercontent.com/1770912/164814040-fc2d1ecd-adbf-4065-ae41-0613a020247c.png) The model run command `pestgv_PP` did execute (or the OS didn't know what to do with...