SimStore storage.cvs should only be CVs#995
Conversation
Codecov Report
@@ Coverage Diff @@
## master #995 +/- ##
=======================================
Coverage 80.58% 80.58%
=======================================
Files 138 138
Lines 14671 14671
=======================================
Hits 11823 11823
Misses 2848 2848 Continue to review full report at Codecov.
|
|
This is ready for review and comment. I will leave it open for at least 24 hours, merging no earlier than Tue 16 Mar 20:00 GMT (21:00 local). |
|
This LGTM. As you have labeled this as |
|
It's not really something that I see as likely to have a regression; it's just that I chose the wrong class to use for the 'pseudotable'. The main usability improvement shows up in things like the CLI. For example, the Plus, under SimStore, there's a very clear distinction between |
Previously,
storage.cvscontained all the storable functions. It should only include CVs (which are specifically storable functions that take a snapshot as input). This PR fixes that issue.