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

Changing usages of index(t) to a more robust isclose() #23

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    03a7b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb35bb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    2937a38 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Update plot_routines.py (#1)

    Signed-off-by: robotAstray <[email protected]>
    robotAstray authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e9c5feb View commit details
    Browse the repository at this point in the history
  2. Add docstring to find_nearest_index_t() (#2)

    Signed-off-by: robotAstray <[email protected]>
    robotAstray authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    6f88542 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. rename new function to find_index_nearest_time_within_tolerance()

    I renamed the function to something more appropriate that closely describe its behaviour.
    
    Signed-off-by: robotAstray <[email protected]>
    robotAstray authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b28dd8f View commit details
    Browse the repository at this point in the history
  2. format plot_routines.py

    Signed-off-by: robotAstray <[email protected]>
    robotAstray authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    68d8acb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Add comprehensive test suite for `find_index_nearest_time_within_tole…

    …rance()` (#3)
    
    * `plot_routines.py`: return index of the closest entry in `find_index_nearest_time_within_tolerance()`
    
    Signed-off-by: robotAstray <[email protected]>
    
    * fix docstring in plot_routines.py for `find_index_nearest_time_within_tolerance()`
    
    Signed-off-by: robotAstray <[email protected]>
    
    * fix docstring in  plot_routines.py for `find_index_nearest_time_within_tolerance()`
    
    Signed-off-by: robotAstray <[email protected]>
    
    * Create `/test/plot/__init__.py`
    
    Signed-off-by: robotAstray <[email protected]>
    
    * Create test_plot_routines.py to test `find_index_nearest_time_within_tolerance()`
    
    Signed-off-by: robotAstray <[email protected]>
    
    ---------
    
    Signed-off-by: robotAstray <[email protected]>
    robotAstray authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c52cba4 View commit details
    Browse the repository at this point in the history
  2. fix formatting for /test/plot/__init__.py

    Signed-off-by: robotAstray <[email protected]>
    robotAstray authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b27bff6 View commit details
    Browse the repository at this point in the history
  3. remove trailing newlines in /test/plot/__init__.py (#4)

    * remove __init__.py
    
    Signed-off-by: robotAstray <[email protected]>
    
    * __init__.py formatted
    
    Signed-off-by: robotAstray <[email protected]>
    
    ---------
    
    Signed-off-by: robotAstray <[email protected]>
    robotAstray authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    34827c1 View commit details
    Browse the repository at this point in the history