-
Notifications
You must be signed in to change notification settings - Fork 7
[Fix] missing leading slash on datasetname #123
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
Open
claudiushaag
wants to merge
5
commits into
DataAnalyticsEngineering:develop
from
claudiushaag:fix_issue_96
Open
[Fix] missing leading slash on datasetname #123
claudiushaag
wants to merge
5
commits into
DataAnalyticsEngineering:develop
from
claudiushaag:fix_issue_96
+2,228
−1,634
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- failing without fix
+ All test are passing locally + black formatter is failing stupidly + lock file update due to pixi v0.62.2 I think
Member
sanathkeshav
commented
Jan 2, 2026
@claudiushaag, this is too trivial and does not need any regression test or such. We will just check and patch it.
Member
Author
claudiushaag
commented
Jan 2, 2026
I just noticed that I relocked the lock-file, therefore the update for some higher build-numbers - I can also roll that back if prefered :)
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This fixes #96 , which was noticed by multiple people now :D
I added a "regression" test using pytest, as this was the slimmest version I could think of/find. Unit-testing
Reader ::ReadInputFileis difficult due to theexit(10)at the end and the MPI constructions. An atomic unit-test using a proper framework would be for a newly introduced submethodnormalize_datasetname(), but I opted out of that for readability etc, as it seemed like an overkill, even though it being the "correct" and future-proof method.I also fixed a german problem on
run_test.sh, because the differentlocaleinterfered withbcin the script.Pre-Commit does not run currently, no luck with cleaning or something else.
Checklist:
CHANGELOG.md.