diff --git a/src/box_model.py b/src/box_model.py index 851e1a2d..9ac6d86a 100644 --- a/src/box_model.py +++ b/src/box_model.py @@ -315,7 +315,7 @@ def solve(self): #increments time curr_time += self.box_model_options.chem_step_time - def readFromJson(self, path_to_json): + def readFromUIJson(self, path_to_json): """ TODO: Read the box model configuration from json and sets config """ @@ -360,6 +360,9 @@ def __main__(): box_model.solve() + box_model.solve() + + if __name__ == "__main__": __main__() \ No newline at end of file