Skip to content

Commit a075e3b

Browse files
authored
Add jpsreport notebook (#66)
Adds an jupyter notebook to explain how to get the same results as with jpsreport.
1 parent 6135aa1 commit a075e3b

15 files changed

+356764
-1
lines changed

Diff for: .github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ jobs:
6868
name: demos_usage
6969
path: |
7070
usage.ipynb
71+
jpsreport.ipynb
7172
demos/
72-
73+
7374
test:
7475
needs: build
7576
strategy:
@@ -105,6 +106,10 @@ jobs:
105106
run: |
106107
jupyter nbconvert --to notebook --execute usage.ipynb
107108
109+
- name: Run usage jpsreport notebook
110+
run: |
111+
jupyter nbconvert --to notebook --execute jpsreport.ipynb
112+
108113
publish:
109114
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') ||
110115
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))}}

Diff for: demos/uni-directional/comparison/method_a_uo.png

11.1 KB
Loading

Diff for: demos/uni-directional/comparison/method_b_uo.png

25.4 KB
Loading

Diff for: demos/uni-directional/comparison/method_c_uo.png

16.3 KB
Loading

Diff for: demos/uni-directional/comparison/method_d_uo.png

17.2 KB
Loading

0 commit comments

Comments
 (0)