Skip to content

Small but important pre-release fixes#652

Merged
m-reuter merged 4 commits into
Deep-MI:devfrom
dkuegler:fix/conform
Feb 7, 2025
Merged

Small but important pre-release fixes#652
m-reuter merged 4 commits into
Deep-MI:devfrom
dkuegler:fix/conform

Conversation

@dkuegler
Copy link
Copy Markdown
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
Copy Markdown
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.
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