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

Modify filter_observations to accept a path to a parquet file #153

Merged
merged 2 commits into from
Jan 25, 2024

Commits on Jan 24, 2024

  1. Modify filter_observations to accept a path to a parquet file

    To support this also remove ray parallelization from TestOrbitRadiusFilter in favor of
    parallelizing the filter_observations function. Adds a
    filter_observations_worker that accepts a chunk of state IDs used to
    either mask observations in memory or filter observations on disk.
    
    Co-authored-by: Alec Koumjian <[email protected]>
    moeyensj and akoumjian committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3ac98c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. If using ray do not store unfiltered observations in the ray object s…

    …tore in link_test_orbit and instead do so in filter_observations
    moeyensj committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    31f46b9 View commit details
    Browse the repository at this point in the history