File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 4545 - name : Upload coverage report
4646 uses : codecov/codecov-action@v5
4747 with :
48- token : ${{ secrets.CODECOV_TOKEN }}
48+ token : ${{ secrets.CODECOV }}
Original file line number Diff line number Diff line change @@ -114,12 +114,19 @@ python -m pytissueoptics --list
114114python -m pytissueoptics --examples 1,2,3
115115```
116116
117- 1 . [ Scene sample] ( /pytissueoptics/examples/ex01.py )
118- 2 . [ Infinite medium] ( /pytissueoptics/examples/ex02.py )
119- 3 . [ Optical lens & saving progress] ( /pytissueoptics/examples/ex03.py )
120- 4 . [ Custom layer stack] ( /pytissueoptics/examples/ex04.py )
121- 5 . [ Sphere in cube] ( /pytissueoptics/examples/ex05.py )
122- 6 . [ Sampling volume simulation] ( /pytissueoptics/examples/ex06.py )
117+ 1 . [ Scene sample] ( /pytissueoptics/examples/rayscattering/ex01.py )
118+ 2 . [ Infinite medium] ( /pytissueoptics/examples/rayscattering/ex02.py )
119+ 3 . [ Optical lens & saving progress] ( /pytissueoptics/examples/rayscattering/ex03.py )
120+ 4 . [ Custom layer stack] ( /pytissueoptics/examples/rayscattering/ex04.py )
121+ 5 . [ Sphere in cube] ( /pytissueoptics/examples/rayscattering/ex05.py )
122+ 6 . [ Sampling volume simulation] ( /pytissueoptics/examples/rayscattering/ex06.py )
123+
124+ Other scene and benchmark examples are available under [ /examples] ( /pytissueoptics/examples ) , including:
125+ - [ External 3D model] ( /pytissueoptics/examples/scene/example3.py )
126+ - [ Solid transforms] ( /pytissueoptics/examples/scene/example1.py )
127+ - [ Lenses] ( /pytissueoptics/examples/scene/example4.py )
128+ - [ Skin vessel benchmark] ( /pytissueoptics/examples/benchmarks/skinvessel.py )
129+ - [ Spherical shells benchmark] ( /pytissueoptics/examples/benchmarks/sphshells.py )
123130
124131---
125132
You can’t perform that action at this time.
0 commit comments