junifer 0.0.5.dev57__py3-none-any.whl → 0.0.5.dev62__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
junifer/_version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.0.5.dev57'
16
- __version_tuple__ = version_tuple = (0, 0, 5, 'dev57')
15
+ __version__ = version = '0.0.5.dev62'
16
+ __version_tuple__ = version_tuple = (0, 0, 5, 'dev62')
@@ -136,9 +136,14 @@ class MarkerCollection:
136
136
  "Validating Preprocessor: "
137
137
  f"{preprocessor.__class__.__name__}"
138
138
  )
139
+ # Copy existing data types
140
+ old_t_data = t_data.copy()
141
+ logger.info(f"Preprocessor input type: {t_data}")
139
142
  # Validate preprocessor
140
- t_data = preprocessor.validate(t_data)
141
- logger.info(f"Preprocess output type: {t_data}")
143
+ new_t_data = preprocessor.validate(old_t_data)
144
+ # Set new data types
145
+ t_data = list(set(old_t_data) | set(new_t_data))
146
+ logger.info(f"Preprocessor output type: {t_data}")
142
147
 
143
148
  for marker in self._markers:
144
149
  logger.info(f"Validating Marker: {marker.name}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: junifer
3
- Version: 0.0.5.dev57
3
+ Version: 0.0.5.dev62
4
4
  Summary: JUelich NeuroImaging FEature extractoR
5
5
  Author-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
6
6
  Maintainer-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
@@ -1,5 +1,5 @@
1
1
  junifer/__init__.py,sha256=x1UR2jUcrUdm2HNl-3Qvyi4UUrU6ms5qm2qcmNY7zZk,391
2
- junifer/_version.py,sha256=cct_II1HFU4-EJLTp7x3oQ7XzyQpwEF1S0Y85apFkCA,426
2
+ junifer/_version.py,sha256=hgHhCEpD3JpS1CgIK8NxTVb-Oy5VWX6RF9_cs92ZylU,426
3
3
  junifer/stats.py,sha256=jN22_qFvWYBU9ZIMnCSzN4iOscWnWrcrUPIdLeDkV64,6163
4
4
  junifer/api/__init__.py,sha256=pSj8V8tmwOAQ3sshWJfRfB-n3z5bcJj3pHOBX4-8ONc,251
5
5
  junifer/api/cli.py,sha256=wtU7Rv9tDIT-4KQAkG6WxiE6mop3cuz6XxGDewceHPs,15329
@@ -124,7 +124,7 @@ junifer/external/nilearn/junifer_nifti_spheres_masker.py,sha256=sA8fbdaTHk2omYid
124
124
  junifer/external/nilearn/tests/test_junifer_nifti_spheres_masker.py,sha256=qlMFWjo9y8mNLrdmN2qCEK6_nplASv2OlomSfTxDcuw,10370
125
125
  junifer/markers/__init__.py,sha256=LjrBMZtWB0LKOnEwiFV-qsWzGUH2ka84VwS0h7wF45U,769
126
126
  junifer/markers/base.py,sha256=Af8TyoNAIHWREZkIgi2su6PUqoloJXVGT-KW13WlWUM,6370
127
- junifer/markers/collection.py,sha256=eD6_IJ3y-9lcN4r0ORZqgr2ICjHyTvlAKyh0HKPYqzk,5247
127
+ junifer/markers/collection.py,sha256=iqxP4waKFLHj5vgIxdZFFv-zOtjmMEJE5rShf_0sVcs,5511
128
128
  junifer/markers/ets_rss.py,sha256=7fr6mmbMM5NKIDV6bUyyu-pwHJH56GwYv6oozK4EX6k,4557
129
129
  junifer/markers/parcel_aggregation.py,sha256=FECIPG7x8GXxbE2wNCqw6o1-630nlQxvm2YMkzb4HLs,8714
130
130
  junifer/markers/sphere_aggregation.py,sha256=3gC8-Z0qbX2y_q-YbwpnPll6lmKZY5V-DdQQA7tFzWc,8275
@@ -248,10 +248,10 @@ junifer/utils/logging.py,sha256=furcU3XIUpUvnpe4PEwzWWIWgmH4j2ZA4MQdvSGWjj0,9216
248
248
  junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
249
249
  junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
250
250
  junifer/utils/tests/test_logging.py,sha256=l8oo-AiBV7H6_IzlsNcj__cLeZBUvgIGoaMszD9VaJg,7754
251
- junifer-0.0.5.dev57.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
252
- junifer-0.0.5.dev57.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
253
- junifer-0.0.5.dev57.dist-info/METADATA,sha256=4tGk378NZzGMvRZJt7h3DxVki4flToaJ1jrwDT1tUGw,8234
254
- junifer-0.0.5.dev57.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
255
- junifer-0.0.5.dev57.dist-info/entry_points.txt,sha256=DxFvKq0pOqRunAK0FxwJcoDfV1-dZvsFDpD5HRqSDhw,48
256
- junifer-0.0.5.dev57.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
257
- junifer-0.0.5.dev57.dist-info/RECORD,,
251
+ junifer-0.0.5.dev62.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
252
+ junifer-0.0.5.dev62.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
253
+ junifer-0.0.5.dev62.dist-info/METADATA,sha256=iK9h-P28t4ysBf_C97-FNWO5jaU8uFIFE6nyEN5aiiw,8234
254
+ junifer-0.0.5.dev62.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
255
+ junifer-0.0.5.dev62.dist-info/entry_points.txt,sha256=DxFvKq0pOqRunAK0FxwJcoDfV1-dZvsFDpD5HRqSDhw,48
256
+ junifer-0.0.5.dev62.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
257
+ junifer-0.0.5.dev62.dist-info/RECORD,,