Skip to content

Commit

Permalink
add faster band file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Oct 21, 2023
1 parent 7494ea6 commit 9dec035
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions aurora/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from aurora.config.emtf_band_setup import (
BANDS_DEFAULT_FILE,
BANDS_TEST_FAST_FILE,
BANDS_256_26_FILE,
BANDS_256_29_FILE,
)
2 changes: 1 addition & 1 deletion aurora/config/emtf_band_setup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from aurora.general_helper_functions import BAND_SETUP_PATH
import pathlib

BANDS_DEFAULT_FILE = BAND_SETUP_PATH.joinpath("bs_test.cfg")
BANDS_TEST_FAST_FILE = BAND_SETUP_PATH.joinpath("bs_test_fast.cfg")
BANDS_256_26_FILE = BAND_SETUP_PATH.joinpath("bs_256_26.cfg")
BANDS_256_29_FILE = BAND_SETUP_PATH.joinpath("bs_256_29.cfg")
9 changes: 9 additions & 0 deletions aurora/config/emtf_band_setup/bs_test_fast.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
8
1 6 7
1 5 5
2 6 6
2 5 5
3 6 6
3 5 5
4 7 9
4 5 6

0 comments on commit 9dec035

Please sign in to comment.