Skip to content

Commit 24cafb1

Browse files
committed
return to scientific notation tools.py
1 parent 36a5df9 commit 24cafb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpiv/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def save(
390390
v: np.ndarray,
391391
flags: Optional[np.ndarray] = None,
392392
mask: Optional[np.ndarray] = None,
393-
fmt: str="%.4ef",
393+
fmt: str="%.4e",
394394
delimiter: str="\t",
395395
)-> None:
396396
"""Save flow field to an ascii file.

0 commit comments

Comments
 (0)