Skip to content

Commit

Permalink
fix local web test and rm simulation.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex committed Dec 2, 2022
1 parent 24d4edd commit d01b3dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion simulation.json

This file was deleted.

3 changes: 0 additions & 3 deletions tests/_test_local/_test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,8 @@ def test_batch_6_load():
_ = sim_data[first_monitor_name]


@clear_tmp
def test_batchdata_7_load():
"""load the BatchData from file."""
batch = _get_gloabl_batch()
batch.to_file(os.path.join(PATH_DIR_SIM_DATA, "batch.json"))
sim_data_dict = web.BatchData.load(path_dir=PATH_DIR_SIM_DATA)


Expand Down

0 comments on commit d01b3dc

Please sign in to comment.