Skip to content

Commit

Permalink
Merge pull request #16 from sndmndss/dev
Browse files Browse the repository at this point in the history
Remove testing lines from simulations
  • Loading branch information
sndmndss authored Aug 27, 2024
2 parents 46659e6 + 9272b49 commit 4a985a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bpx/simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,3 @@ def save_data_json(data: dict, name: str = "data"):
file_name = name+file_format if file_format not in name else name
with open(file_name, "w") as f:
json.dump(data, f, indent=6)



save_data_json({"me":{"name": "data", "yeh": "mef"}}, "file.json")
save_data_json({"he":{"name": "data", "yeh": "mef"}}, "file.json")

0 comments on commit 4a985a3

Please sign in to comment.