-
Notifications
You must be signed in to change notification settings - Fork 7
Fix babs init required files filtering #313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix babs init required files filtering #313
Conversation
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
Cursor Agent can help with this pull request. Just |
@cursoragent please fix these lint errors:
|
I focused on enhancing the readability and maintainability of the
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
@cursoragent please fix
|
I reordered import statements within
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
@cursoragent this patch doesn't address the issue. It looks like all subjects are still being written to the |
I implemented a crucial update to the
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
@cursoragent apply ruff reformatting
|
I made a minor formatting adjustment to
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
@cursoragent The previous comment about all subjects still being written was actually an error on my part. When I have the project set up right, now I'm finding that NO subjects/sessions are being written to the
|
I enhanced the file discovery mechanism for non-zipped datasets within the
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
@cursoragent this still isn't working. I also find it odd that the head of
|
I enhanced the
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
@cursoragent fix ruff errors:
|
I refactored the
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
@cursoragent please fix
|
I reordered the import statements within
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
…ttps://github.com/PennLINC/babs into cursor/fix-babs-init-required-files-filtering-d628
@mattcieslak Now
|
@cursoragent failed pytests
|
I modified the
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
@cursoragent failed pytests:
and
|
I refined the logic within the
Learn more about Cursor Agents |
Co-authored-by: spsingleton.gwb <spsingleton.gwb@gmail.com>
Implement
required_files
filtering duringbabs init
to correctly filter input data based on container-config specifications.The
required_files
field incontainer-config.yaml
was being read but not applied when generating the processing inclusion list, causingbabs init
to include subjects/sessions that lacked the specified files. This fix ensures that only subjects/sessions meeting allrequired_files
criteria are included.