HBClab / NiBetaSeries

Nipype implementation of BetaSeries Correlations (Beta)
https://nibetaseries.readthedocs.io
MIT License
32 stars 28 forks source link

remove standardize in LSS/LSA interfaces #291

Closed jdkent closed 4 years ago

jdkent commented 4 years ago

Describe the bug standardize=True is set in both the LSS and LSA interfaces, but it does not do anything while signal_scaling is not false

To Reproduce see here: https://github.com/HBClab/NiBetaSeries/blob/e8e367021a63fad37db43f95045c6d7ea6894d5b/src/nibetaseries/interfaces/nistats.py#L69 and here: https://github.com/HBClab/NiBetaSeries/blob/e8e367021a63fad37db43f95045c6d7ea6894d5b/src/nibetaseries/interfaces/nistats.py#L176

Expected behavior The non-functioning parameter should be removed to prevent confusion

Desktop (please complete the following information): N/A

nibetaseries version 0.4.3

Additional context N/A