pygom icon indicating copy to clipboard operation
pygom copied to clipboard

ODE modelling in Python

Results 71 pygom issues
Sort by recently updated
recently updated
newest added

consider moving the changelog from README.md to CHANGELOG.md this may be useful with increased number of versions example - https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md

docs

stochastic.ipynb error log Traceback (most recent call last): File "C:\Users\Hannah.Williams\.conda\envs\sphinx-doc\lib\site-packages\nbclient\client.py", line 776, in _async_poll_for_reply msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout)) File "C:\Users\Hannah.Williams\.conda\envs\sphinx-doc\lib\site-packages\jupyter_core\utils\__init__.py", line 184, in ensure_async result = await obj File "C:\Users\Hannah.Williams\.conda\envs\sphinx-doc\lib\site-packages\jupyter_client\channels.py",...

docs

The previous version of documentation (0.6) had a section in getting_started.md that had a current plan for extending functionality. Have removed this from the documentation and placed it in this...

docs

add a glossary to link to further reading, term descriptions etc using jupyterbook glossary directive https://jupyterbook.org/en/stable/content/content-blocks.html?highlight=glossary#glossaries

docs

The documentation is not clear as to which method ($\tau$-leap or exact) is attempted first in the `simulate_jump` method. I can see that $\tau$-leap is attempted first but this could...

Cannot install via ``pip install pygom``. I get following list of errors: `` writing manifest file 'pygom.egg-info\SOURCES.txt' C:\Users\mdgru\.conda\envs\pygom\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pygom.model' as data is deprecated, please list it in `packages`....

Hi there, I am having a bit of difficulty getting the tests to run. Steps to reproduce: 1. `git clone https://github.com/ukhsa-collaboration/pygom.git` ✔️ 2. `cd pygom` ✔️ 3. `conda env create...

warnings during gh actions note that node-12 is being phased out and action versions should be updated to node-16

RuntimeWarning: Proactor event loop does not implement add_reader family of methods required for zmq. Registering an additional selector thread for add_reader support via tornado. Use `asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())` to avoid this warning....

How does the inclusion of feature/* and bugfix/* determine which branches the CI runs on? E.g. if I select an issue and create a development branch off there, will CI...