We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On my machine and the server:
$ cat substitution_parameters/bi_3_param.txt year|month 2010|10 2011|1 2011|2 2011|3 2011|4 2011|6 2011|9 2011|11 2011|12 2012|3
In Docker:
$ cat substitution_parameters/bi_3_param.txt year|month 2010|11 2011|2 2011|3 2011|4 2011|5 2011|7 2011|10 2011|12 2012|1 2012|4
Seems like a weird off-by-one error.
The text was updated successfully, but these errors were encountered:
Closed as wontfix, a new paramgen will be coming along soon.
Sorry, something went wrong.
szarnyasg
No branches or pull requests
On my machine and the server:
In Docker:
Seems like a weird off-by-one error.
The text was updated successfully, but these errors were encountered: