-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Sources] Explicit conversion to work around breaking change in Progr…
…essMeter (#373) * [Sources] Explicit conversion to work around breaking change in ProgressMeter This was broken by <timholy/ProgressMeter.jl#304>. * [CI] Do not run tests on nightly They're irremediably broken, no one is going to fix it, no point it keeping running tests bound to fail.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the better way of doing this is
update!(p; max_steps=progress.total_objects)
which should never break (hopefully)I have to admit it's not documented (yet?)