-
Notifications
You must be signed in to change notification settings - Fork 11
add fast_cve to labpdfprocapp.py and some other fixes #87
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
Closed
Closed
Changes from 4 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
329a895
add back labpdfproc command
yucongalicechen 6954a29
change default to fast cve, add brute-force option, handle muD out-of…
yucongalicechen 97bcc00
minor correction on output correction command
yucongalicechen 2487ae6
add brute force argument to metadata test
yucongalicechen 7d0d574
remove duplicated functions in fast cve
yucongalicechen b7e037e
test function for fast_compute_cve
yucongalicechen a450dda
fix misplaced docstring
yucongalicechen fc4d876
integrate fast cve module in functions
yucongalicechen 956408d
add private function _cve_method in compute_cve to select cve compute…
yucongalicechen 4bbe4a2
add method to argparser and correct functions and docstrings
yucongalicechen b91b6ec
change cwd path from os to pathlib
yucongalicechen e7d3d05
add method argument to metadata test
yucongalicechen bb28204
change compute cve function to call cve methods and interpolate tth
yucongalicechen 3c6b128
updated compute_cve to use DOs consistently
yucongalicechen 377607a
change output file format from .chi to .xy
yucongalicechen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -312,6 +312,7 @@ def test_load_metadata(mocker, user_filesystem): | |
"wavelength": 0.71, | ||
"output_directory": str(Path.cwd().resolve()), | ||
"xtype": "tth", | ||
"brute_force": False, | ||
"key": "value", | ||
"username": "cli_username", | ||
"email": "[email protected]", | ||
|
Oops, something went wrong.
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.