Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Sep 24, 2024
1 parent 70ccd5e commit a74d8b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ def sample_processed_data():
"# BGCs": 3,
"BGC Classes": ["NRPS", "PKS"],
"BGC IDs": ["BGC_1", "BGC_2", "BGC_3"],
"BGC smiles": ["CCO", "CCN", "N/A"],
"strains": ["Strain_1", "Strain_2", "Strain_3"],
},
{
"GCF ID": "GCF_2",
"# BGCs": 2,
"BGC Classes": ["RiPP", "Terpene"],
"BGC IDs": ["BGC_1", "BGC_3"],
"BGC smiles": ["CCO", "N/A"],
"strains": ["Strain_3"],
},
]
Expand Down

0 comments on commit a74d8b5

Please sign in to comment.