Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Oct 7, 2024
1 parent 3fe785b commit b6e6437
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mala/network/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,12 +579,8 @@ def save_run(
)
else:
self.network.save_network(os.path.join(path, model_file))
self.data.input_data_scaler.save(
os.path.join(path, iscaler_file)
)
self.data.output_data_scaler.save(
os.path.join(path, oscaler_file)
)
self.data.input_data_scaler.save(os.path.join(path, iscaler_file))
self.data.output_data_scaler.save(os.path.join(path, oscaler_file))

files = [model_file, iscaler_file, oscaler_file, params_file]
if save_runner:
Expand Down

0 comments on commit b6e6437

Please sign in to comment.