-
Notifications
You must be signed in to change notification settings - Fork 1
Try with log file instead of nexus file. #54
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?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the pynxtools dependency to use a different branch for testing with log files instead of nexus files.
- Updated pynxtools dependency source branch from
mastertouse-log-files-in-tests
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
mkuehbach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRs need to have a proper description that summarizes which problem, bug, or other issue the PR addresses.
Tests were refactored here. If that should go to main reminder to update to a proper version of pynxtools
a9307d4 to
7cf9a54
Compare
| "Operating System :: OS Independent", | ||
| ] | ||
| dependencies = [ | ||
| "pynxtools>=0.12.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before merging, get back to the pynxtools PyPI version.
| # "pynxtools>=0.12.0", | ||
| "pynxtools @ git+https://github.com/FAIRmat-NFDI/pynxtools.git@use-log-files-in-tests#egg=pynxtools", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # "pynxtools>=0.12.0", | |
| "pynxtools @ git+https://github.com/FAIRmat-NFDI/pynxtools.git@use-log-files-in-tests#egg=pynxtools", | |
| "pynxtools>=0.12.0", |
In this PR, we try to use the log file instead of the nexus file to test the readers using the test framework of pynxtools.
Follow PR in pynxtools.