Skip to content

Commit

Permalink
Fix/bump cfgutils (#13)
Browse files Browse the repository at this point in the history
* Bump cfgutils API use

* bump vers
  • Loading branch information
mahaloz authored Mar 27, 2024
1 parent 2224225 commit 0da5b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sailreval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.5.1"
__version__ = "1.5.2"

# create loggers
import logging
Expand Down
2 changes: 1 addition & 1 deletion sailreval/metrics/ged_to_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def ged_exact_score(
if source_cfg is None or dec_cfg is None:
return None

return ged_exact(dec_cfg, source_cfg)
return ged_exact(dec_cfg, source_cfg, check_max=True)


def ged_upperbound_score(
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install_requires =
toml
tqdm
pyelftools
cfgutils>=1.8.1
cfgutils>=1.10.2
pyjoern==1.2.18.6
python_requires = >= 3.8
packages = find:
Expand Down

0 comments on commit 0da5b67

Please sign in to comment.