We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flopy/flopy/mf6/data/mffileaccess.py
Lines 202 to 258 in fd40456
in this code snippet, data is first written via _write_layer and then via write_binary_file.
data
_write_layer
write_binary_file
Creating an unnecessary large file.
The text was updated successfully, but these errors were encountered:
fix(binary file): Was writing binary file information twice to extern…
66b0903
…al files (#1925) (#1928)
d1c6071
spaulins-usgs
No branches or pull requests
flopy/flopy/mf6/data/mffileaccess.py
Lines 202 to 258 in fd40456
in this code snippet,
data
is first written via_write_layer
and then viawrite_binary_file
.Creating an unnecessary large file.
The text was updated successfully, but these errors were encountered: