Skip to content

Commit

Permalink
Merge pull request #119 from NTIA/fix_test_cbrs_measure
Browse files Browse the repository at this point in the history
Fix test cbrs measure
  • Loading branch information
dboulware committed Apr 30, 2024
2 parents bb3b03d + 20d0140 commit 23d9fb9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scos_actions/__init__.py
@@ -1 +1 @@
__version__ = "10.0.0"
__version__ = "10.0.1"
@@ -1,7 +1,6 @@
nasctn_sea_data_product:
name: test_SEA_CBRS_Measure_Baseline
rf_path: antenna
calibration_adjust: False
# IIR filter settings
iir_gpass_dB: 0.1 # Max passband ripple below unity gain
iir_gstop_dB: 40 # Minimum stopband attenuation
Expand Down
2 changes: 1 addition & 1 deletion scos_actions/hardware/sensor.py
Expand Up @@ -5,9 +5,9 @@
from typing import Any, Dict, List, Optional

import numpy as np
from numpy.typing import ArrayLike
from its_preselector.preselector import Preselector
from its_preselector.web_relay import WebRelay
from numpy.typing import ArrayLike

from scos_actions.calibration.differential_calibration import DifferentialCalibration
from scos_actions.calibration.sensor_calibration import SensorCalibration
Expand Down
1 change: 0 additions & 1 deletion scos_actions/settings.py
Expand Up @@ -26,7 +26,6 @@
__cmd = path.split(sys.argv[0])[-1]
RUNNING_TESTS = env.bool("RUNNING_TESTS", "test" in __cmd)
logger.debug(f"scos-actions: RUNNING_TESTS:{RUNNING_TESTS}")
logger.debug(f"scos-actions: RUNNING_TESTS:{RUNNING_TESTS}")
FQDN = env("FQDN", None)
logger.debug(f"scos-actions: FQDN:{FQDN}")

Expand Down

0 comments on commit 23d9fb9

Please sign in to comment.