Replies: 1 comment 2 replies
-
Is this to simplify producing plots and tables for analysis and/or reporting? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Been thinking about a helper class (or classes) that could be attached to
Pst
that would accept a master dir and then could lazy eval any number of known pest/pest++ output files. Like for ies, you could do something likepst.ies.prior_par_ensemble
,pst.ies.iteration_3_obs_ensemble
,pst.ies.actual_phi
, etc. Or for mou,pst.mou.pareto_archive_summary
orpst.mou.generation_10_dvpop
...The idea is that these items would only be loaded once and only loaded if requested. This idea is only half baked but I keep seeing the same code being repeated across projects and this might be a way to reduce that need.Beta Was this translation helpful? Give feedback.
All reactions