Skip to content

Commit

Permalink
added test file for wall-loss
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesgarza committed Apr 4, 2024
1 parent 8414a38 commit 66d2683
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 66d2683

Please sign in to comment.