Skip to content

Commit

Permalink
Fixup! CBP Cal fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Nov 14, 2024
1 parent f8076d5 commit 0098616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ async def take_electrometer_scan(
async def take_calibration_sequence(self):
"""Take the CBP calibration sequence."""

calibration_summary = {}
calibration_summary = {"steps": []}
wavelength = float(self.config.wavelength)
wavelength_width = float(self.config.wavelength_width)
wavelength_resolution = float(self.config.wavelength_resolution)
Expand Down

0 comments on commit 0098616

Please sign in to comment.