junifer 0.0.7.dev174__py3-none-any.whl → 0.0.7.dev177__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
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.0.7.dev174'
32
- __version_tuple__ = version_tuple = (0, 0, 7, 'dev174')
31
+ __version__ = version = '0.0.7.dev177'
32
+ __version_tuple__ = version_tuple = (0, 0, 7, 'dev177')
33
33
 
34
34
  __commit_id__ = commit_id = None
junifer/pipeline/utils.py CHANGED
@@ -155,7 +155,9 @@ def _check_fsl(commands: Optional[list[str]] = None) -> bool:
155
155
  shell=True, # is unsafe but kept for resolution via PATH
156
156
  check=False,
157
157
  )
158
- fsl_found = completed_process.returncode == 1
158
+ fsl_found = (
159
+ completed_process.returncode == 1 or completed_process.returncode == 0
160
+ )
159
161
 
160
162
  # Check for specific commands
161
163
  if fsl_found and commands is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: junifer
3
- Version: 0.0.7.dev174
3
+ Version: 0.0.7.dev177
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,6 +1,6 @@
1
1
  junifer/__init__.py,sha256=2McgH1yNue6Z1V26-uN_mfMjbTcx4CLhym-DMBl5xA4,266
2
2
  junifer/__init__.pyi,sha256=SsTvgq2Dod6UqJN96GH1lCphH6hJQQurEJHGNhHjGUI,508
3
- junifer/_version.py,sha256=aRs3MRmwBljg9_60dmUIeG2J9jJ81ahn1KK92Db2bw4,721
3
+ junifer/_version.py,sha256=NDuDOMkGAnvcVprLITFsaGuJk5y5QYgZen4rQfhdXn4,721
4
4
  junifer/conftest.py,sha256=qnumYhFkwHBPrzvhPFOFHBp22x5zU0JfVBDOWjidlGo,1583
5
5
  junifer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  junifer/stats.py,sha256=e9aaagMGtgpRfW3Wdpz9ocpnYld1IWylCDcjFUgX9Mk,6225
@@ -265,7 +265,7 @@ junifer/pipeline/pipeline_component_registry.py,sha256=N80XfOZB33tscuqUlrri0r8sM
265
265
  junifer/pipeline/pipeline_step_mixin.py,sha256=oXfJh27yifHs1V3V_tMPCanRiHX1ggOVIbHTvMzq3cY,7853
266
266
  junifer/pipeline/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
267
267
  junifer/pipeline/update_meta_mixin.py,sha256=yzGCx8AUbc9mMnWKRu4qaIXTBBSIxtNlGH5zIQIUvzM,1812
268
- junifer/pipeline/utils.py,sha256=qS0Xg_43ri-xtLeMJR838Axj9FkQ6s2H4r8CmSD58X8,10285
268
+ junifer/pipeline/utils.py,sha256=BqN_ZdPRzRKNxaVpEiYfabKPXa76F_U1xI1kReEzbZA,10338
269
269
  junifer/pipeline/workdir_manager.py,sha256=L9_roiBW1IgCSPVuFhCouGcH2PCLFetk4OKhHIu6bNA,8605
270
270
  junifer/pipeline/tests/test_data_object_dumper.py,sha256=ONn3J21Un5SrJqZWXDHpf-3jeHUxdcSCUbY6I2ABMCk,6252
271
271
  junifer/pipeline/tests/test_marker_collection.py,sha256=FwxJvjYQ3mh_e3uFZSlOnuGu0EIx4L-Niqt4UOKU6YM,6968
@@ -344,10 +344,10 @@ junifer/utils/tests/test_config.py,sha256=7ltIXuwb_W4Mv_1dxQWyiyM10XgUAfsWKV6D_i
344
344
  junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
345
345
  junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
346
346
  junifer/utils/tests/test_logging.py,sha256=W4tFKmaf8_CxnWZ-o_-XxM7DQbhGG18RsLZJk8bZelI,8163
347
- junifer-0.0.7.dev174.dist-info/licenses/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
348
- junifer-0.0.7.dev174.dist-info/licenses/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
349
- junifer-0.0.7.dev174.dist-info/METADATA,sha256=eEkM03INWLTT7jN0Mlr3kPEEQLgt421h8q_ijx2zNf0,8396
350
- junifer-0.0.7.dev174.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
351
- junifer-0.0.7.dev174.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
352
- junifer-0.0.7.dev174.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
353
- junifer-0.0.7.dev174.dist-info/RECORD,,
347
+ junifer-0.0.7.dev177.dist-info/licenses/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
348
+ junifer-0.0.7.dev177.dist-info/licenses/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
349
+ junifer-0.0.7.dev177.dist-info/METADATA,sha256=3a1S3CuKONpxAeXw7igxeeMEioprkgwXUZmrY5cfDRA,8396
350
+ junifer-0.0.7.dev177.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
351
+ junifer-0.0.7.dev177.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
352
+ junifer-0.0.7.dev177.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
353
+ junifer-0.0.7.dev177.dist-info/RECORD,,