Closed spmarsden closed 2 months ago
Ah, this is my fault, I made a breaking change in freeqdsk == 0.5.0
! Fix incoming
Just raised a PR to fix it. If anybody is running into this problem on Pyrokinetics installed from PyPI and would rather not use the latest version on GitHub, you can fix it by specifying the old version explicitly:
pip install pyrokinetics freeqdsk==0.4.0
We should probably make a new release soon with updated dependencies, and some of them that are specified as >= 0.x
or ~= 0.x
should probably be ~= 0.x.0
to avoid this sort of thing happening again.
The same code running on the same version of pyro is broken in a fresh venv installation. I presume due to an update in a dependency.
The code:
The error:
The old working venv:
The new broken venv: