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
Currently, CI is failing because align_multiple_visits notebook uses glob to provide inputs for TweakReg. Unfortunately, glob order can be arbitrary and not well suited for the purpose of running it in a CI. The solution is to provide a deterministic list of input files via .lis file.
Currently, CI is failing because
align_multiple_visits
notebook usesglob
to provide inputs for TweakReg. Unfortunately,glob
order can be arbitrary and not well suited for the purpose of running it in a CI. The solution is to provide a deterministic list of input files via.lis
file.Related issues: #77, #78
The text was updated successfully, but these errors were encountered: