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
I think this is referring to the fact that the case where you have a couple of scenarios in a project file with distinct run dates isn't tested. The problem is that the only way you get actual run dates in a project file is to have multiple scenarios in your GCAM output db, and the one I included in the package for testing has just one scenario. For a lot of other multi-scenario tests I can generate a test scenario and add it to the project data, but that doesn't actually give us distinct run dates.
On the other hand, since getRundates is just reading the date attribute, we probably could force a test scenario to have a date just by setting the attribute by hand in the test suite.
Some of the functionality still isn't adequately covered in the test suite. Here are some capabilities that aren't being tested:
transformations
argument toaddScenario()
getRundates()
The text was updated successfully, but these errors were encountered: