Skip to content

Commit

Permalink
add test for bigscape version
Browse files Browse the repository at this point in the history
  • Loading branch information
adraismawur committed Jun 14, 2024
1 parent 2433d76 commit 8447272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ def test_config(tmp_path):
== "--mibig --clans-off --mix --include_singletons --cutoffs 0.30"
)
assert config.bigscape.cutoff == "0.30"
assert config.bigscape.version == 1

assert config.scoring.methods == ["metcalf"]

0 comments on commit 8447272

Please sign in to comment.