Skip to content
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

Added functionality to remove duplicate events #178

Merged
merged 13 commits into from
Jun 10, 2024

Commits on Jun 6, 2024

  1. Added functionality to remove duplicate events from the event libraries

    - Added `remove_duplicates` in `event_lib`
    - Added `remove_duplicates` in `Sequence`
    - Changed `write_seq` to call `remove_duplicates` before writing
    - Changed `read_seq` to call `remove_duplicates` after reading
    FrankZijlstra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4808acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    469d399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c892696 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5f4e54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a3cdf5 View commit details
    Browse the repository at this point in the history
  6. Changed get_gradients in Sequence such that the PPoly objects ret…

    …urn 0 instead of nan outside the specified gradients
    FrankZijlstra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2e65d98 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    da841cc View commit details
    Browse the repository at this point in the history
  2. Fixed issue with INC labels not being written

    - Added two sequence tests including labels
    - Added check in sequence tests to test that the labels are identical after writing/reading
    FrankZijlstra committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8d981f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7f1bb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3a59f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    672e239 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59d76a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3153db View commit details
    Browse the repository at this point in the history