Skip to content

Commit

Permalink
fix break in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Oct 4, 2023
1 parent 32be496 commit 57599f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GenerateInputs/test_generate_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_prepare_inputs_networks(self):

with open(config_loc) as config_file:
config = yaml.load(config_file, Loader=yaml.FullLoader)
test_file = "test/PrepareInputs/output/test_pickled_dataset.pkl"
test_file = "test/GenerateInputs/output/test_pickled_dataset.pkl"

data0_dataset = next((ds for ds in config["datasets"] if ds["label"] == "data0"), None)

Expand Down

0 comments on commit 57599f7

Please sign in to comment.