We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19c8e4a + af34cff commit 2a5b1aeCopy full SHA for 2a5b1ae
openpiv/tools.py
@@ -390,7 +390,7 @@ def save(
390
v: np.ndarray,
391
flags: Optional[np.ndarray] = None,
392
mask: Optional[np.ndarray] = None,
393
- fmt: str="%8.4f",
+ fmt: str="%.4e",
394
delimiter: str="\t",
395
)-> None:
396
"""Save flow field to an ascii file.
setup.py
@@ -20,7 +20,7 @@
20
],
21
install_requires=[
22
'numpy',
23
- 'imageio',
+ 'imageio>=2.22.4',
24
'matplotlib>=3',
25
'scikit-image',
26
'scipy',
0 commit comments