Skip to content

Commit 9e413ea

Browse files
authored
Merge pull request #363 from jo-mueller/add-quantitiative-comparison-to-validation
added stress results to docs
2 parents 8ede222 + 5b76e6c commit 9e413ea

6 files changed

Lines changed: 252 additions & 319 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.platform }}
2020
strategy:
2121
matrix:
22-
platform: [windows-latest, macos-latest, ubuntu-latest] # ubuntu-latest is failing anyway
22+
platform: [windows-latest, ubuntu-latest] # ubuntu-latest is failing anyway
2323
python-version: ['3.9', '3.10']
2424

2525
steps:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.524951029307148,0.407845043678024,0.472380721701271,0.471399851268574,0.452322148391233,0.434223055756759,0.445263054314131,0.506756745353556,0.457422981355513,0.446679748263,0.4885976390989,0.458108229369024,0.433761319504799,0.438116746148655,0.408743888008161,0.412814201947951,0.465361309792844,0.510192554233431,0.509626755754551,0.495214508756522,0.509360922135206
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.180941080361315,0.19090693931055,0.187432328931345,0.191468211744575,0.192152588020158,0.196308867180905,0.197673229567689,0.196143391288799,0.192444626470406,0.194451377490666,0.204687876775861,0.201838581384384,0.20738641015277,0.217224119280949,0.213233939628832,0.217977933213939,0.225847322965684,0.223280020529435,0.225660673965049,0.244978531879758,0.259584498276989
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.538625190835158,0.429125113080733,0.481250941623874,0.489507091362798,0.461885480480367,0.450246269858693,0.492800367918872,0.542137452458625,0.498026612632717,0.480078337313812,0.526143224649039,0.511724762948824,0.48611691987535,0.484248110617798,0.457012058368178,0.461330101150194,0.514228201631385,0.553677843335667,0.540785326858964,0.559606871845935,0.563297775167986

docs/04_FAQ/validation/validation_stress_paper.ipynb

Lines changed: 248 additions & 317 deletions
Large diffs are not rendered by default.

src/napari_stress/_approximation/expansion_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import numpy as np
21
from abc import ABC, abstractmethod
32

43

0 commit comments

Comments
 (0)