Skip to content

Commit

Permalink
remove redefined get_osc_max_speed() method
Browse files Browse the repository at this point in the history
The GenericDiffractometer.get_osc_max_speed() is defined twice.
Remove the redundant definition.
  • Loading branch information
elmjag committed Feb 27, 2025
1 parent 3db0fa5 commit 93bb929
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mxcubecore/HardwareObjects/GenericDiffractometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1414,11 +1414,6 @@ def close_kappa(self):
def get_osc_dynamic_limits(self):
return (-10000, 10000)

def get_osc_max_speed(self):
""" """
return None
# raise NotImplementedError

def zoom_in(self):
return

Expand Down

0 comments on commit 93bb929

Please sign in to comment.