Skip to content

Commit 9c25b7c

Browse files
committed
Internal change
PiperOrigin-RevId: 300691387
1 parent 1fe3755 commit 9c25b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

morph_net/tools/structure_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def save_alive_counts(self, f: IO[bytes]) -> None:
123123
Args:
124124
f: a file object where alive counts are saved.
125125
"""
126-
f.write(format_structure(self.get_alive_counts()))
126+
f.write(format_structure(self.get_alive_counts())) # pytype: disable=wrong-arg-types
127127

128128
def create_file_and_save_alive_counts(self, base_dir: Text,
129129
global_step: int) -> None:

0 commit comments

Comments
 (0)