Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two regular expressions were applied to all lines in card, both of which were slower than doing the equivalent transformation by hand in python. - `\\s*#.*` removes comments and whitespace at the end of the line - `(?<=\\s)-+(\\s|$)` converts any ` -` entries to ` 0` The latter was applied universally, whereas now it is only checked for parameter effect size arguments. This means that the interpretation of arguments for nuisances such as `gmN` is not more restricted.
- Loading branch information