Skip to content
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

Small but important pre-release fixes #652

Merged
merged 4 commits into from
Feb 7, 2025
Merged

Conversation

dkuegler
Copy link
Member

@dkuegler dkuegler commented Feb 6, 2025

In #649, the output format of conform.py is changed. This leads to a bug in recon-surf, where this output is used to read the voxel size. Using the logger meant that the file and line are prepended, which did not used to be prepended. That changes the line and the extraction command became invalid.

Now fixed by using grep in recon-surf and adding setup_logging in conform.py. Also added extra optional --log flag to write the log to a file and adding a make_parser function for future integration into documentation.

Make sure all bash read statements are started with IFS="" so initial white spaces are not dropped

Removed the extra warning of expected-to-exist files scripts/deep-seg.log and scripts/BUILD.log

@dkuegler
Copy link
Member Author

dkuegler commented Feb 6, 2025

This PR is based on #651 and includes its changes. #651 should be merged first.

@dkuegler dkuegler changed the title Small but substantial pre-release fixes Small but important pre-release fixes Feb 6, 2025
…s to a bug in recon-surf, where this output is used to read the voxel size. Using the logger meant that the file and line are prepended, which did not used to be prepended. That changes the line and the extraction command became invalid.

Now fixed by using grep in recon-surf and adding setup_logging in conform.py. Also added extra optional --log flag to write the log to a file and adding a make_parser function for future integration into documentation.
@m-reuter m-reuter merged commit 35d7e87 into Deep-MI:dev Feb 7, 2025
3 checks passed
@dkuegler dkuegler deleted the fix/conform branch February 17, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants