Skip to content

Commit

Permalink
Merge branch 'master' into eprop_adaptive_update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgait committed Sep 25, 2023
2 parents a87b9ca + 0f8e5b7 commit fa3478a
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 fa3478a

Please sign in to comment.