forked from AxFoundation/strax
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update fork #22
Merged
Merged
update fork #22
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
…/strax into patch_option_heritage
raise data not available if folder does not exist
fix codefactor
Add "child" options for inherited plugins
Add a backend for rucio
Apply function to data
* Added new hitlet dtype and some temp_hitlet dtype. * Added two new functions for hitlets * Added hitlet splitting. * Added new hitlet submodule. Updated peak_splitting to allow hitlet splititng. * Fixed typos and pep8 errors. * Added refresh hit to hitlets. * Updated hitlet dtype. * Updated docstring * Added refresh_hit_to_hitlets * Removed temp_hitlet from __all__ * Forgot to add export to refresh hits * Somehow changed by accident split_peaks to be non-private * Chnaged split peaks into a generated_jit. * Revert "Chnaged split peaks into a generated_jit." This reverts commit f34d0f3. * Added data_kind depending output fucntion. * Fixed bug in concat_overlapping_hits changed error message position in update_record_i * Added data_kind depending output functions * Minor fixes for PR. * Corrected some PEP8 warnings * Updated doc string * Made updated_new_hitlets non-private. Updated docstring. * Added NO_FWXM and changed percentage to fraction. * Changed shadow naming in hitlet_dtype * Added unit to area. * Unified docstring units. * Added function which computes some hitlet properties. * Rearanged get_fwxm * Added conditional entropy. * Entropy returns nan if hitlet area = 0. * Added export to coniditional entropy * Updated docstring. Removed data zeros in entropy. * Fixed alignment bug in entropy. * Made some dtypes more explicit. * Added a test for conditional entropy. * Chnaged comparison into isclsoe. * Added absolute tolerance * Updated docstring * Limited the area of the data in the entropy test * Forgot to uncomment * Switched of deadline test * Fixed some codefactor issues. * Inherit _split_peaks_dtype from input. * Updated docstring * Divided hitlet dtype with and without data into two. * Minor fixes * Chnaged string comparison. * Added test for concat_overlapping_hits * Revert "Chnaged string comparison." This reverts commit 67885e8. * Minor prettifying * Added to concant_hits check for empty hits. * Changed dtype of time_amplitude. * Simplified FHWM and FTWM a bit * Changed FWXM check to be less equal fraction * Added min data buffer size. * Minor modifications. * Changed a bit how hit_n_data works. * Some PEP8 things. * Checking dtype for get_hitlet_data * Added a function which returns single hitlet data * Numba cannot handle dtype.names * Combined _get_hitlet_data with get_single_hitlet_data * Added test for get_hitlet_data * Fixed codefactor issue. * Fixed codefactor issue * Typical uppps commit * Added all required changes. * Forgot to update tests Co-authored-by: Joran Angevaare <[email protected]>
* Workaround for fuzzy_for issue. * Updated strax.Option help of fuzzy_for.
update history
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.
update fork