Skip to content

Commit

Permalink
changed threshold in PNA test with convolutional heads
Browse files Browse the repository at this point in the history
  • Loading branch information
allaffa committed Jan 19, 2024
1 parent 310089b commit 3715acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def unittest_train_model(model_type, ci_input, use_lengths, overwrite_data=False
if use_lengths and "vector" in ci_input:
thresholds["PNA"] = [0.2, 0.15]
if ci_input == "ci_conv_head.json":
thresholds["PNA"] = [0.5, 0.5]
thresholds["EGNN"] = [0.5, 0.5]
thresholds["SchNet"] = [0.5, 0.5]
verbosity = 2
Expand Down

0 comments on commit 3715acf

Please sign in to comment.