Skip to content

Commit

Permalink
rename i10_pgm and correct some docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Relm-Arrowny committed Aug 27, 2024
1 parent 14267da commit 9bc5826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dodal/beamlines/i10.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dodal.common.beamlines.beamline_utils import set_beamline as set_utils_beamline
from dodal.devices.apple2_undulator import UndlatorPhaseAxes, UndulatorGap
from dodal.devices.i10.i10_apple2 import I10Apple2, I10Apple2PGM, I10Apple2Pol
from dodal.devices.i10.i10_pgm import I10Grating
from dodal.devices.i10.i10_setting_data import I10Grating
from dodal.devices.pgm import PGM
from dodal.log import set_beamline as set_log_beamline
from dodal.utils import BeamlinePrefix, get_beamline_name
Expand Down
2 changes: 1 addition & 1 deletion tests/devices/i10/test_i10Apple2.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
I10Apple2Pol,
convert_csv_to_lookup,
)
from dodal.devices.i10.i10_pgm import I10Grating
from dodal.devices.i10.i10_setting_data import I10Grating
from dodal.devices.pgm import PGM

ID_GAP_LOOKUP_TABLE = "tests/devices/i10/lookupTables/IDEnergy2GapCalibrations.csv"
Expand Down

0 comments on commit 9bc5826

Please sign in to comment.