You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUT as of wb_command 1.4 (I believe) "'-include-empty' is deprecated but is now the default behaviour". However the deprecation warning kills the computation...
So ciftify needs to:
detect the version of wb_command (actually I think we do this in ciftify.utils.wb_command_version()
change behaviour of above section to remove '-include-empty'. if version is >=1.4
test code with multiple versions of wb_command (note: I believe the CI is already set up for this?)
The text was updated successfully, but these errors were encountered:
The problem
Currently: https://github.com/edickie/ciftify/blob/master/ciftify/bin/ciftify_meants.py [line 100]
BUT as of wb_command 1.4 (I believe) "'-include-empty' is deprecated but is now the default behaviour". However the deprecation warning kills the computation...
So ciftify needs to:
ciftify.utils.wb_command_version()
The text was updated successfully, but these errors were encountered: