Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent bids values with leading 0s in tests
When used with `run`, the leading 0 gets stripped because run is converted into an int. This breaks tests that instantiate a datset on the filesystem and re-parse it using generate_inputs. Easiest solution is to just to prevent these values entirely
- Loading branch information