-
Notifications
You must be signed in to change notification settings - Fork 52
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
[WIP] Abstract XRF spectrum #772
Closed
Conversation
This file contains 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
rhfogh
approved these changes
Jul 7, 2023
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.
Looks fine
Corrected incorrect import
…value assignments
…t forever (AbstructShutter) (PR782)
…NACharacterisation directly
Travis CI jobs have been replaced by github actions. Remove unused travis config file to avoid confusion.
drop travis CI config file
P11 update 2 - Separate set of changes to some general files
Use the `--force` flag of `mamba env create` in case environment exists. Skip `poetry run` when running `sphinx-build` since Poetry installs in the conda environment directly. Remove the workaround for the unwarranted error about "missing `conda.environment`" configuration setting, because it has been fixed already. See: * readthedocs/readthedocs.org#10979 (comment) * readthedocs/readthedocs.org#11040
Remove hardware objects that are no longer used at MAXIV. These objects are not maintained anymore, so let's remove them to cut down on possible future confusion.
Fix the pinned version for `python-ldap`. Add some explanatory comments. Remove `pip` since it is already a dependency of `python`. Remove `openldap` since it is already a dependency of `python-ldap`.
…ction. Updated documentation to match
Still WIP @beteva ? |
Yes. I'll rebase and remove the WIP then. |
* Updated versions of DESY P11 HO (PR 800, 854) * Black and autopep8 * Code cleanup (PR 856) * Changed prints to logging (PR856) * Bumped the year * Linting * autoflate step --------- Co-authored-by: Andrey Gruzinov <[email protected]>
Changed accordingly the queue model and the mock class.
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.
Clean the AbstractXRFSpectrum.
Specific ESRF implementation, using PyMca as analysis program.