Skip to content

Commit

Permalink
added todo readfromjson function
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesgarza committed Mar 1, 2024
1 parent c421e08 commit 55815eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/box_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,11 @@ def solve(self):
# Update the internal state of the BoxModel instance to reflect the simulation results.
pass

def readFromJson(self):
"""
TODO: Read the box model configuration from json and sets config
"""
# TODO: Implement the logic to update the box model config using a json.
pass


0 comments on commit 55815eb

Please sign in to comment.