Skip to content

Commit

Permalink
orbintlk.ENH: remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
anacso17 committed Dec 12, 2023
1 parent 119d2e4 commit 69e01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/orbintlk/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class App(_Callback):

SCAN_FREQUENCY = 1 # [Hz]

def __init__(self, tests=True):
def __init__(self, tests=False):
"""Class constructor."""
super().__init__()
self._is_dry_run = tests
Expand Down

0 comments on commit 69e01f4

Please sign in to comment.