Skip to content

Commit

Permalink
fixed wrong name in test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dingel321 committed Apr 17, 2023
1 parent 45889cd commit 232a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def _get_config():
config = json.load(open("tests/training_params_testing.json"))
config = json.load(open("tests/training_params_npe_testing.json"))
check_train_params(config)

return config
Expand Down

0 comments on commit 232a7a8

Please sign in to comment.