Skip to content

Commit

Permalink
renamed tests to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesgarza committed Apr 4, 2024
1 parent 2b8bf84 commit 8414a38
Show file tree
Hide file tree
Showing 27 changed files with 3,678 additions and 5,488 deletions.
4 changes: 2 additions & 2 deletions src/python_test_1.py → src/analytical_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def __main__():
box_model = BoxModel()

#configures box model
conditions_path = "configs/test_config_1/my_config.json"
camp_path = "configs/test_config_1/camp_data"
conditions_path = "configs/analytical_config/my_config.json"
camp_path = "configs/analytical_config/camp_data"

# conditions_path = "./src/configs/UI_test/UI_test_config.json"
# camp_path = "./src/configs/UI_test/camp_data"
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions src/python_test_3.py → src/chapman_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def __main__():
box_model = BoxModel()

#configures box model
conditions_path = "configs/test_config_3/my_config.json"
camp_path = "configs/test_config_3/camp_data"
conditions_path = "configs/chapman_config/my_config.json"
camp_path = "configs/chapman_config/camp_data"

box_model.readConditionsFromJson(conditions_path)
box_model.create_solver(camp_path)
Expand All @@ -16,7 +16,7 @@ def __main__():
model_output = box_model.solve()

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

Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions src/configs/chapman/config.json

This file was deleted.

97 changes: 0 additions & 97 deletions src/configs/chapman/reactions.json

This file was deleted.

29 changes: 0 additions & 29 deletions src/configs/chapman/species.json

This file was deleted.

File renamed without changes.
169 changes: 0 additions & 169 deletions src/configs/test_config_2/camp_data/reactions.json

This file was deleted.

Loading

0 comments on commit 8414a38

Please sign in to comment.