Skip to content

Commit

Permalink
frequency relaxed (#67)
Browse files Browse the repository at this point in the history
* frequency relaxed

* frequency relaxed

Co-authored-by: Massimiliano Lupo Pasini <7ml@ornl.gov>
  • Loading branch information
allaffa and Massimiliano Lupo Pasini authored Dec 15, 2021
1 parent 72fd14f commit 62a4272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def unittest_train_model(model_type, ci_input, use_lengths, overwrite_data=False
# Set RMSE and sample error thresholds
thresholds = {
"PNA": [0.10, 0.25],
"MFC": [0.10, 0.25],
"MFC": [0.10, 0.50],
"GIN": [0.15, 0.90],
"GAT": [0.80, 0.95],
# fixme: error for cgcnn will be reduced after edge attributes being implemented
Expand Down

0 comments on commit 62a4272

Please sign in to comment.