Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemsimeon authored Apr 19, 2024
1 parent 66521a4 commit 433d59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

def load_example_args(model_name, remove_prior=False, config_file=None, **kwargs):
if config_file is None:
if model_name == "tensornet" or model_name == "equivariant-tensornet":
if model_name == "tensornet":
config_file = join(dirname(dirname(__file__)), "examples", "TensorNet-QM9.yaml")
else:
config_file = join(dirname(dirname(__file__)), "examples", "ET-QM9.yaml")
Expand Down

0 comments on commit 433d59c

Please sign in to comment.