clawpack / pyclaw

PyClaw is a Python-based interface to the algorithms of Clawpack and SharpClaw. It also contains the PetClaw package, which adds parallelism through PETSc.
http://www.clawpack.com/pyclaw
BSD 3-Clause "New" or "Revised" License
157 stars 98 forks source link

change getargspec to getfullargspec to support python 3.11 #694

Closed ngam closed 1 year ago

ngam commented 1 year ago

I found this little change to be necessary for the tests to pass in conda-forge. More info here: https://docs.python.org/3/library/inspect.html#inspect.getfullargspec

xref: https://github.com/conda-forge/clawpack-feedstock/pull/15