Skip to content

Commit 19e2e58

Browse files
authored
fix: rename write_initial_step on ForwardOutput class (#231)
1 parent fa9d5a8 commit 19e2e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anemoi/inference/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def close(self) -> None:
243243

244244
self.output.close()
245245

246-
def write_initial_step(self, state: State) -> None:
246+
def write_initial_state(self, state: State) -> None:
247247
"""Write the initial step of the state.
248248
249249
Parameters

0 commit comments

Comments
 (0)