Skip to content

Commit

Permalink
set check_keys to False to allow backward support
Browse files Browse the repository at this point in the history
via access_with_deprecated_key
  • Loading branch information
rwxayheee committed Jan 8, 2025
1 parent fff3f7d commit 8273d5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_load_reference_json.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from meeko import Polymer
fn = "/Users/amyhe/Desktop/0_forks/Meeko/test/polymer_data/AHHY_reference_fewer_templates.json"
with open(fn) as f:
json_string = f.read()
polymer = Polymer.from_json(json_string)
polymer.get_valid_monomers()

0 comments on commit 8273d5f

Please sign in to comment.