When using store import just for the model but without or with an empty tuples section, it always errors with:
Error: failed to import store: failed to finish progress bar: max must be greater than 0
From looking at the code, the model should've still been imported though, so just a surface thing.
When using
store import
just for the model but without or with an emptytuples
section, it always errors with:Error: failed to import store: failed to finish progress bar: max must be greater than 0
From looking at the code, the model should've still been imported though, so just a surface thing.