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
When the neuprint import fails, it doesn't trigger a failed status code, giving the misleading impression that the job completed successfully.
I need to investigate, but I suspect apptainer exec doesn't faithfully transmit the exit code. Another possibility is that it is somehow related to the bash trap statement in my script (the one that shuts down neo4j).
The text was updated successfully, but these errors were encountered:
When the neuprint import fails, it doesn't trigger a failed status code, giving the misleading impression that the job completed successfully.
I need to investigate, but I suspect
apptainer exec
doesn't faithfully transmit the exit code. Another possibility is that it is somehow related to the bashtrap
statement in my script (the one that shuts down neo4j).The text was updated successfully, but these errors were encountered: