In V1.0.0, we added load_dataframe in the Scenario class. However, we are missing load_matrix, which will be used when developing an ABM with grid. This needs to be added. Besides, we need to test in the CovidContagionGrid example.
For both CovidContagionGrid and CovidContagionNetwork examples, we should save the current version as branch legacy and create a new branch for the update which works with Melodie v1.0.0 (or later versions).
In V1.0.0, we added
load_dataframein theScenarioclass. However, we are missingload_matrix, which will be used when developing an ABM withgrid. This needs to be added. Besides, we need to test in theCovidContagionGridexample.For both
CovidContagionGridandCovidContagionNetworkexamples, we should save the current version as branchlegacyand create a new branch for the update which works with Melodie v1.0.0 (or later versions).