Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…x_calc_num_samples
  • Loading branch information
jhazentia committed May 6, 2024
2 parents a5127ec + 23d9fb9 commit 1600981
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion scos_actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.0.0"
__version__ = "10.0.1"
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 1600981

Please sign in to comment.