Chris Smiet

Results 14 issues of Chris Smiet

It would be amazing to have all of the QUASR configurations accessible with just one command. I implemented a simple interface using the 'requests' library, that downloads any QUASR field....

The publish to pypi action in our CI is broken, PyPi requires a verified email address nowadays. See the logs in the [action](https://github.com/PrincetonUniversity/SPEC/actions/runs/9677267706/job/26698520100). @zhucaoxiang you made this action, do you...

In issue #449 a change was made to the resolution of F2py to support python2 builds and prefer the versioned `f2pyx` over an unversioned. https://github.com/scikit-build/scikit-build/blob/5b20908709070e6329348aabbb889bacc25ca892/skbuild/resources/cmake/FindF2PY.cmake#L69 This made sense at the...

I see that the `FortranModule` class is implemented with `__metaclass__=Singleton`, such that only one instance can be created. This creates some issues, if on the python side I want to...