Skip to content

Commit

Permalink
Update inverse_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Oct 4, 2024
1 parent 148dc02 commit be50121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomgpt/inverse_models/inverse_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def run_atomgpt_inverse(config_file="config.json"):
num_train = config.num_train
num_test = config.num_test
num_val = config.num_val
id_prop_path = os.path.join(run_path, id_prop_path)
# id_prop_path = os.path.join(run_path, id_prop_path)
with open(id_prop_path, "r") as f:
reader = csv.reader(f)
dt = [row for row in reader]
Expand Down

0 comments on commit be50121

Please sign in to comment.