Michaela Leštáková

Results 5 comments of Michaela Leštáková

Hi Katherine, thank you for the quick reply. The problem below on the example of Net3 illustrates the issue: ``` import wntr from copy import deepcopy inp_file = 'Net3.inp' wn...

Hey, thanks for the replies! Although I have not found a way to set the accuracy for the Epanet solver so that it actually changes anything about the results and...

Thank you for the reply. That is not the behavior I see, but that's the behavior I would expect. Instead, the orange line (results_2) continues at 0. I am using...

@kbonney I am using VS Code as well, together with the `IPython.display` module. Sorry about not providing the script earlier: ```python import wntr import matplotlib.pyplot as plt # from wntr.graphics.network...

Showing the last slide can be suppressed by: ```python html = HTML(anim.to_jshtml()) display(html) plt.close() ``` I agree that this is a bit inelegant, but I see the problem on the...