OzFlux / PyFluxPro

PyFluxPro V3.4 is a significant upgrade from previous versions. It has several new features, improved stability and is introduced ahead of the 2021 OzFlux Data Workshop.
GNU General Public License v3.0
21 stars 5 forks source link

Change inspect.getargspec() to inspect.getfullargspec(). #95

Closed pisaac-ozflux closed 1 year ago

pisaac-ozflux commented 1 year ago

inspect.getargspec() deprecated a long time ago, now removed from Python 3.11, use inspect.getfullargspec() instead.