hippalectryon-0 / xr-scipy

scipy for xarray eco-system
http://xr-scipy.readthedocs.io
61 stars 9 forks source link

Cannot call xrscipy functions #27

Closed Yefee closed 1 year ago

Yefee commented 1 year ago

Just instnalled the xrscipy using the toml file, and it can be imported successfully. But seems I cannot call any xrscipy functions.

CleanShot 2023-05-26 at 12 40 10@2x
hippalectryon-0 commented 1 year ago

You need to import xrscipy.integrate and not just xrscipy.

I've updated the README accordingly.