Skip to content

Commit 53abfc9

Browse files
committed
Minor update
Minor changes before paper re-submission
1 parent 58bbc67 commit 53abfc9

9 files changed

Lines changed: 3 additions & 3 deletions
-19 Bytes
Binary file not shown.
-19 Bytes
Binary file not shown.
-17 Bytes
Binary file not shown.
-18 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
-3 Bytes
Binary file not shown.

src/DATA_01_postprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# fixed values and variables
2424
######################################
2525

26-
SAMPLE = 'TBM_C' # 'TBM_A' 'TBM_B' 'TBM_C'
26+
SAMPLE = 'TBM_A' # 'TBM_A' 'TBM_B' 'TBM_C'
2727

2828
######################################
2929
# data import

src/DATA_02_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# fixed values and variables
2323
######################################
2424

25-
SAMPLE = 'TBM_B' # 'TBM_A' 'TBM_B' 'TBM_C'
25+
SAMPLE = 'TBM_A' # 'TBM_A' 'TBM_B' 'TBM_C'
2626

2727
######################################
2828
# data import

src/DATA_03_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# fixed values and variables
2323
######################################
2424

25-
SAMPLE = 'TBM_C' # 'TBM_A' 'TBM_B' 'TBM_C'
25+
SAMPLE = 'TBM_A' # 'TBM_A' 'TBM_B' 'TBM_C'
2626

2727
######################################
2828
# data import

0 commit comments

Comments
 (0)