Skip to content

Commit

Permalink
fix: render execution time of TR-002 cells (#41)
Browse files Browse the repository at this point in the history
* style: capitalize global logger
* chore: extract svg files from TR-002
  • Loading branch information
redeboer committed Aug 3, 2021
1 parent eae9faa commit 6cf0bdd
Show file tree
Hide file tree
Showing 9 changed files with 2,809 additions and 624 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
exclude: >
(?x)^(
.*\.svg
)$
- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.26
Expand Down
1 change: 1 addition & 0 deletions docs/report/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

*.png
*.svg
!002-*.svg
!006-*.svg
!008-*.svg
67 changes: 67 additions & 0 deletions docs/report/002-collapsed-expression-tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions docs/report/002-f0(980)-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions docs/report/002-f0-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6cf0bdd

Please sign in to comment.