-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
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
Feature Request: Silent spotpy call #239
Comments
A good idea would be to include a spotpy/spotpy/algorithms/_algorithm.py Line 211 in 34d1ad3
which is Then every if self.verbose:
print(statement) My two cents. |
Better solution in my opinion: Search for all print functions and exchange them with |
I opened a pull request #244 and hope it could help to solve this issue. |
Spotpy prints out a lot of things each time you create a new sampler and run it. This is useful if you want to run one model several times, however it slows down things considerably when you want to run a lot of models after another. It would be useful if you could provide spotpy with keywords that silences this output.
The text was updated successfully, but these errors were encountered: