Skip to content

Commit

Permalink
Merge branch 'python_box_model' of https://github.com/NCAR/music-box
Browse files Browse the repository at this point in the history
…into python_box_model
  • Loading branch information
eadlg2 committed Apr 4, 2024
2 parents 745d7d5 + 66d2683 commit dbcbb9f
Show file tree
Hide file tree
Showing 3 changed files with 3,629 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chapman_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __main__():
#solves and saves output
model_output = box_model.solve()

#read python_test_3.csv into test_output
#read chapman_test.csv into test_output
with open('chapman_test.csv', 'r') as file:
reader = csv.reader(file)
test_output = list(reader)
Expand Down
Loading

0 comments on commit dbcbb9f

Please sign in to comment.