Skip to content

Commit

Permalink
relaxed tolerance on PNA when skip connection is used
Browse files Browse the repository at this point in the history
  • Loading branch information
allaffa committed Apr 26, 2023
1 parent f6ce82b commit 29ac2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ def unittest_train_model(
thresholds["PNA"] = [0.10, 0.10]
if use_lengths and "vector" in ci_input:
thresholds["PNA"] = [0.2, 0.15]
if skip_connection:
thresholds["PNA"] = [0.8, 0.7]
verbosity = 2

for ihead in range(len(true_values)):
Expand Down

0 comments on commit 29ac2b2

Please sign in to comment.