Skip to content

Commit

Permalink
Changed readFromJson to readFromUIJosn
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesgarza committed Mar 26, 2024
1 parent a2888c4 commit 2521880
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/box_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down Expand Up @@ -360,6 +360,9 @@ def __main__():
box_model.solve()


box_model.solve()



if __name__ == "__main__":
__main__()

0 comments on commit 2521880

Please sign in to comment.