Skip to content

Commit

Permalink
Fix duplicate line in settings, remove cal adjust from cbrs measure yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Apr 29, 2024
1 parent bb3b03d commit ad9f229
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion scos_actions/settings.py
Original file line number Diff line number Diff line change
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 ad9f229

Please sign in to comment.