pypest / pyemu

python modules for model-independent uncertainty analyses, data-worth analyses, and interfacing with PEST(++)
BSD 3-Clause "New" or "Revised" License
174 stars 95 forks source link

Support over-riding zero-based status of PstFrom obj in add_pars (or obs) calls #407

Open briochh opened 1 year ago

briochh commented 1 year ago

Bit of de ja vu here. Maybe this has been raised before.

Some custom projects can end up with mixtures of zero-based and one-based indexing in simulation files. For e.g. if using different simulators with different requirements. Might be handy to add an override option to add_paramters and add_observation calls to support a bit of fine tuning.

jtwhite79 commented 1 year ago

We probably need to even support a column-level option in the case of multiple index columns...

briochh commented 1 year ago

Happy for anyone else to take this on...