Skip to content

Commit f26f05b

Browse files
committed
compile tsa fix for removed splits
1 parent c2587a9 commit f26f05b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-11-28_07:52:29
1+
3.7.12-dev:::2024-11-28_11:43:39

src/modules/higher-level/tsa-hl.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,13 +575,10 @@ int error = 0;
575575
brick_compile_info_t *info = NULL;
576576

577577

578-
nprod = 6 + // TSS, RMS, TSI, STM, SPL, NRT
578+
nprod = 5 + // TSS, RMS, TSI, STM, NRT
579579
5 + // folds
580580
5 + // trend on folds
581581
5 + // cat on folds
582-
_LSP_LENGTH_ + // phenometrics
583-
_LSP_LENGTH_ + // trend on phenometrics
584-
_LSP_LENGTH_ + // cat on phenometrics
585582
2 + // polar-transformed coordinates
586583
_POL_LENGTH_ + // polarmetrics
587584
_POL_LENGTH_ + // trend on polarmetrics

0 commit comments

Comments
 (0)