Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalobrien committed Jan 16, 2025
1 parent db560eb commit b21d811
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/anemoi/inference/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ def forecast(self, lead_time, input_tensor_numpy, input_state):
if (s == 0 and self.verbosity > 0) or self.verbosity > 1:
self._print_input_tensor("Next input tensor", input_tensor_torch)

# dist.destroy_process_group()

def copy_prognostic_fields_to_input_tensor(self, input_tensor_torch, y_pred, check):

# input_tensor_torch is shape: (batch, multi_step_input, values, variables)
Expand Down

0 comments on commit b21d811

Please sign in to comment.