Closed shiba24 closed 2 years ago
you're just few days off :)
https://github.com/alexlib/pivpy/blob/6fcb1e2f25974b6930b8b5c1271c578e0c4c11ae/pivpy/io.py#L12
Ah thanks! Looking forward the next update.
Ah thanks! Looking forward the next update.
you can always update using
pip install git+https://github.com/alexlib/pivpy --upgrade
I am not sure the next update is soon ;)
I've found some other work that uses xarray in a smarter way, thinking of some changes. sorry if it breaks your code - it definitely breaks mine :)
Hi Alex, thank you for the library.
I'm trying your notebook (https://github.com/alexlib/openpiv_bos_velocimetry/blob/master/1_Example_BOS_PIV.ipynb) and found an error (by the way -- thank you for publishing your code!).
Versions
Log
Can you take a look? For now, I checked that I can fix it by adding
import warnings
toio.py
.