You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issues/PRs that go towards combining datasets / responses go here
(DONE) Combine gen datas on forward_model_ok and in responses.json
(DONE) Use parquet format (prefer writing it w/ polars) for responses and observations
(DONE) Move observations parsing to configs
(Partially done) Make response configs generic (there are still some logic specific to response types in dark storage)
Add more performance tests to see performance improvements/regressions: 8a944a9 , 68c2de9 , 233bee2
One column per response key(?) - look into potential performance gains, should be faster due to not having to scan&filter per response key. (tests were green before join memory fix, join logic needs to be revised, but otherwise done) Try store response key as columns #9360
Combine datasets (not done, but also not much missing) Combine responses across realizations #9338
Statemap: Should be much faster than before, due to fe9926b , 8848f37 .
Could make it faster by saving statemap to file whenever we update the cache.
The text was updated successfully, but these errors were encountered:
issues/PRs that go towards combining datasets / responses go here
forward_model_ok
and inresponses.json
Statemap: Should be much faster than before, due to fe9926b , 8848f37 .
Could make it faster by saving statemap to file whenever we update the cache.
The text was updated successfully, but these errors were encountered: