Skip to content

Commit 15321d1

Browse files
committed
Merge branch 'edge' into app_odd-choose-language-screen
2 parents 3f9e4d4 + 7ae1d56 commit 15321d1

File tree

188 files changed

+7713
-2866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+7713
-2866
lines changed

abr-testing/Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,14 @@ push-no-restart-ot3: sdist Pipfile.lock
8888

8989
.PHONY: push-ot3
9090
push-ot3: push-no-restart-ot3
91+
92+
.PHONY: abr-setup
93+
abr-setup:
94+
$(python) abr_testing/tools/abr_setup.py
95+
96+
.PHONY: simulate
97+
PROTOCOL_DIR := abr_testing/protocols
98+
SIMULATION_TOOL := protocol_simulation/abr_sim_check.py
99+
EXTENSION := .py
100+
simulate:
101+
$(python) $(SIMULATION_TOOL)

abr-testing/abr_testing/automation/google_sheets_tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def column_letter_to_index(column_letter: str) -> int:
167167
self.spread_sheet.batch_update(body=body)
168168
except gspread.exceptions.APIError as e:
169169
print(f"ERROR MESSAGE: {e}")
170+
raise
170171

171172
def update_cell(
172173
self, sheet_title: str, row: int, column: int, single_data: Any

0 commit comments

Comments
 (0)