Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 13, 2024
1 parent d8ab908 commit d1347cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -882,11 +882,11 @@ def save_parameters(self, filename):
with open(filename, "w") as file:
all_params = {
"board_parameters": board_params,
"board_type" : self.board_type.value["name"],
"board_type": self.board_type.value["name"],
"calibrator_type": calibrator_type.value["name"],
"calibration_parameters": calib_params,
"data_collector": data_coll_params,
"detector_params": detector_params
"detector_params": detector_params,
}

yaml.dump(all_params, file, default_flow_style=False)
Expand Down

0 comments on commit d1347cb

Please sign in to comment.