-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug(flopy_io): limit fixed point format string to fixed column widths (…
…#1172) flopy_io.write_fixed_var could write a fixed point string (f) that exceeded the specified fixed column width. Added test to revert to general format (g) with precision equal to column width - 6 to preserve as much precision as possible. This value allows for a string with a sign (+/-) and +/-e307. Added test for issue 1164 to t015_test.py autotest. Closes #1164
- Loading branch information
1 parent
64094ae
commit 5098c56
Showing
2 changed files
with
64 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters