Skip to content

Commit

Permalink
python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Sep 23, 2021
1 parent 192e0d9 commit adf70b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leuvenmapmatching/matcher/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def prune(self, obs_ne, max_lattice_width, expand_upto, prune_thr=None):
if cur_width > 0:
prune_thr = ms[cur_width - 1].prune_value
if __debug__:
logger.debug(f'Pruned {cnt_pruned} matchings, return {prune_thr=}')
logger.debug(f'Pruned {cnt_pruned} matchings, return {prune_thr}')
return prune_thr


Expand Down

0 comments on commit adf70b9

Please sign in to comment.