Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flopy/utils/util_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def write_transient(self, f, single_per=None, forceInternal=False):

if kper_vtype == np.recarray:
name = f.name
if self.__binary:
if self.__binary or not numpy114:
f.close()
# switch file append mode to binary
with open(name, 'ab+') as f:
Expand Down