-
Notifications
You must be signed in to change notification settings - Fork 178
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): Record Liquid Heights found in ABR Protocols #16770
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, bit of a mysterious number in there though
) | ||
start_row_lhd = google_sheet_ldf.get_index_row() + 1 | ||
google_sheet_ldf.batch_update_cells( | ||
list_of_heights, "A", start_row_lhd, "1795535088" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where's this number come from
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the sheet id number. its the last string of of the google sheets url and I haven't figured out how to get it without a direct copy paste.
Overview
Read liquid heights recorded in run log files and record on google sheet.
Test Plan and Hands on Testing
Ran script on protocols with and without liquid probing.
Changelog
Updated some protocols to include liquid height probing
Updated google sheets scripts to also batch record liquid heights found list
Review requests
Risk assessment