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

feat(abr-testing): Automated ABR data collection Make command #16548

Merged
merged 5 commits into from
Oct 21, 2024

Conversation

AnthonyNASC20
Copy link
Contributor

Overview

Make commands for ABR testing:

  • make abr-setup: starts environmental sensors, gathers run logs, and calibration logs, and records to google drive
  • make simulate: simulates all protocols to identify errors or major changes before uploading to app or sending to robot

Test Plan and Hands on Testing

Manually tested commands


def update_cell(
self, sheet_title: str, row: int, column: int, single_data: Any
) -> Tuple[int, int, Any]:
"""Update ONE individual cell according to a row and column."""
try:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you remove error handling here

if CLEAN_PROTOCOL:
# set_api_level(Path(protocol_file_path))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was set_api_level commented out

Copy link
Contributor

@rclarke0 rclarke0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@rclarke0 rclarke0 merged commit 44e030b into edge Oct 21, 2024
7 checks passed
@rclarke0 rclarke0 deleted the abr-automation branch October 21, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants