Skip to content

Commit

Permalink
merged in master
Browse files Browse the repository at this point in the history
# Conflicts:
#	spinn_front_end_common/interface/provenance/provenance_writer.py
#	spinn_front_end_common/utilities/sqlite_db.py
  • Loading branch information
Christian-B committed Sep 26, 2023
2 parents 3200ca9 + 0f8e5b7 commit b66ef0f
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 271 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def redundant_packet_count_report() -> None:


def _create_views() -> None:
with ProvenanceWriter() as db, db.transaction() as cur:
cur.execute(REDUNDANCY_BY_CORE)
cur.execute(REDUNDANCY_SUMMARY)
with ProvenanceWriter() as db:
db.execute(REDUNDANCY_BY_CORE)
db.execute(REDUNDANCY_SUMMARY)


def _write_report(output: TextIO):
Expand Down
Loading

0 comments on commit b66ef0f

Please sign in to comment.