Kirk Bonney

Results 9 comments of Kirk Bonney

@mi-les, what platform are you using for running notebooks? I use VSCode, which is notoriously bad at showing plots in notebooks, and I still only see the first frame when...

The lingering first frame is more of an issue with how Jupyter works by default than how the code is set up. By default, jupyter will always capture the initial...

Here's a draft of something we could paste into the docstring and/or the network animation section of the graphics page in the documentation: > When using `network_animation` in a Jupyter...

Hi @aljdmn, I took a look at your files and found that the two networks you are trying to compare do have some differences. For example, the pump curves are...

Using "SI" in `write_inp` will cause this issue when reading the inp file because "SI" is not an expected unit type for an EPANET inp file. Instead, the `unit` option...

TODO: - Check `reset_initial_values` function to make sure it is working properly and add a test. - Make sure WNTR resets after running sim so that it is aligned with...

Hi @Hanbin-Wang, Can you provide more information about your server setup: - The OS and CPU of the server - version of numpy on the server (I am wondering if...

- [ ] Test computational load on large networks - [ ] see if vertex graph generation could be moved to `to_graph()`