Skip to content
Snippets Groups Projects
Commit 8707f963 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-627: Linting regression after merging in master: fix B008 Do not perform...

L2SS-627: Linting regression after merging in master: fix B008 Do not perform function calls in argument defaults.
parent 64379c83
No related branches found
No related tags found
1 merge request!252L2SS-627: Update minimal python version
...@@ -156,7 +156,7 @@ class Beam(lofar_device): ...@@ -156,7 +156,7 @@ class Beam(lofar_device):
else: else:
self.HBAT_beam_tracker.stop() self.HBAT_beam_tracker.stop()
def _HBAT_delays(self, pointing_direction: numpy.array, timestamp: datetime.datetime = datetime.datetime.now()): def _HBAT_delays(self, pointing_direction: numpy.array, timestamp: datetime.datetime = None):
""" """
Calculate the delays (in seconds) based on the pointing list and the timestamp Calculate the delays (in seconds) based on the pointing list and the timestamp
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment