Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cgoliver/rnaglib
Browse files Browse the repository at this point in the history
  • Loading branch information
luiswyss committed Jan 15, 2025
2 parents d422114 + e4bf0cd commit 8ab0264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rnaglib/tasks/RNA_IF/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from rnaglib.transforms import GraphRepresentation
from rnaglib.learning.task_models import PygModel

ta = InverseFolding(root="RNA_IF", recompute=True, debug=False, size_thresholds=[5,500])
ta = InverseFolding(root="RNA_IF", recompute=True, debug=False, size_thresholds=[5,300])

ta.dataset.add_representation(GraphRepresentation(framework="pyg"))

Expand Down

0 comments on commit 8ab0264

Please sign in to comment.