Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--inter-store keep not working #23

Closed
kai-polsterer opened this issue May 29, 2019 · 1 comment
Closed

--inter-store keep not working #23

kai-polsterer opened this issue May 29, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kai-polsterer
Copy link
Member

when using the "--inter-store keep" option there are no additional SOM files produced. This might be related to FIX #17: and ISSUE #22.

@BerndDoser BerndDoser self-assigned this May 29, 2019
@BerndDoser BerndDoser added the bug Something isn't working label May 29, 2019
@BerndDoser BerndDoser added this to the 2.1 milestone May 29, 2019
@BerndDoser
Copy link
Member

Fixed by 343eeb8

It was a bug in the ProgressBar. The valid function was not working,
because next_progress_print was updated within the increment operator.
This works for printing the progress bar but not for the later valid()
function, which is used for writing intermediate results.

Fixed by change from comparison with next number to modulus.

Added some unit tests and output stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants