Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into spinncer_weight_scale
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgait committed Sep 26, 2023
2 parents 6d8ec3a + 0f8e5b7 commit 08e6e26
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 266 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ def redundant_packet_count_report():

def _create_views():
with ProvenanceWriter() as db:
with db.transaction() as cur:
cur.execute(REDUNDANCY_BY_CORE)
cur.execute(REDUNDANCY_SUMMARY)
db.execute(REDUNDANCY_BY_CORE)
db.execute(REDUNDANCY_SUMMARY)


def _write_report(output):
Expand Down
Loading

0 comments on commit 08e6e26

Please sign in to comment.