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
$ python run.py /<my path>/mosartwmpy/mosartwmpy/input/runoff.py:30: SyntaxWarning: invalid escape sequence '\{' path = re.sub('\{(?:Y|y)[^}]*}', current_time.strftime('%Y'), path) /<my path>/mosartwmpy/mosartwmpy/input/runoff.py:31: SyntaxWarning: invalid escape sequence '\{' path = re.sub('\{(?:M|m)[^}]*}', current_time.strftime('%m'), path) /<my path>/mosartwmpy/mosartwmpy/input/runoff.py:32: SyntaxWarning: invalid escape sequence '\{' path = re.sub('\{(?:D|d)[^}]*}', current_time.strftime('%d'), path) /<my path>/mosartwmpy/mosartwmpy/input/demand.py:37: SyntaxWarning: invalid escape sequence '\{' path = re.sub('\{(?:Y|y)[^}]*}', current_time.strftime('%Y'), path) /<my path>/mosartwmpy/mosartwmpy/input/demand.py:38: SyntaxWarning: invalid escape sequence '\{' path = re.sub('\{(?:M|m)[^}]*}', current_time.strftime('%m'), path) /<my path>/mosartwmpy/mosartwmpy/input/demand.py:39: SyntaxWarning: invalid escape sequence '\{' path = re.sub('\{(?:D|d)[^}]*}', current_time.strftime('%d'), path) Initalizing model... Done. Beginning simulation for 1981-05-24 through 1981-05-26... Running mosartwmpy [####################################] 100% 1981-05-26 21:00:00 Simulation completed in 23.043 seconds.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: