Hans Fangohr
Hans Fangohr
Example at https://twitter.com/ProfCompMod/status/1055845233295060992. Attached file is notebook from that tweet (with wrong extension as GitHub didn't allow upload for ipynb file). [nbval-coverage copy.ipynb.txt](https://github.com/computationalmodelling/nbval/files/2519872/nbval-coverage.copy.ipynb.txt)
Pandas allows to give an axis handle to matplotlib axis objects to the plotting method. Like this: %matplotlib inline import matplotlib.pyplot as plt import pandas as pd import numpy as...
Suggestion from Mike Donahue: if `tcl-thread` is installed, tests can run in parellel.
The `OOMMFBUILD` variable (https://github.com/fangohr/oommf/blob/master/Makefile-update-oommf#L22) is not used as far as we can see (with @lang-m). The information (`b0`) is already included in the `OOMMFVERSION` (`20b0`). Suggestion: use the `OOMMFBUILD` valiable...
Failure at https://github.com/oscovida/oscovida.github.io/actions/runs/3141619296/jobs/5104265106#step:6:646 : 10:13:32 MainThread: 201 regions in markdown index list Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.9/runpy.py", line...
Fix dependencies (see issue #301).
We have a new error: https://github.com/oscovida/oscovida.github.io/runs/5688255990?check_suite_focus=true#step:6:281 As we have not changed anything, I guess this comes from changing behaviour of dependencies which we do not pin. I suggest we pick...
We repeatedly run into errors because a dependency changes its interface. Here is a dump of a working set of dependencies from 12 March 2022. We could use this as...
The Winter Olympics have landed: 1. the tests fail (https://github.com/oscovida/oscovida/runs/5017543331?check_suite_focus=true#step:6:362) 2. presumably (guessing here), we need to add the html of the notebooks to the githhub-pages repo. (The updating is...