Skip to content

Commit

Permalink
Added label for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Da-Great committed Aug 17, 2021
1 parent 7facf21 commit ec4af33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpkit/tests/t_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def test_performance_modeling(self, example):
sol_loaded = pickle.load(open("sweepsolution.pkl", "rb"))
sol_loaded.table()

# testing savejson
sol.savejson("solution.json")
json_dict = {}
with open("solution.json", "r") as rf:
Expand Down

0 comments on commit ec4af33

Please sign in to comment.