giotto-ai / pyflagser

Python bindings and API for the flagser C++ library (https://github.com/luetge/flagser).
Other
13 stars 15 forks source link

fix unweighted flag saving crashes #60

Closed flomlo closed 3 years ago

flomlo commented 3 years ago

Fixes unweighted flag saving as described in issue #58.

See PR #59 for more details. This PR differs only on the branch used on my fork (from master to unweighted_saving_fix).

ulupo commented 3 years ago

@flomlo I've added that dummy test and fixed some linting problems, if the CI passes this will be merged. Thanks again!