Skip to content

Commit

Permalink
Merge pull request MunskyGroup#4 from MunskyGroup/implement-testing-a…
Browse files Browse the repository at this point in the history
…ction

Implement testing action
  • Loading branch information
Munsky authored Feb 2, 2024
2 parents aede57f + b4488c5 commit d936f30
Show file tree
Hide file tree
Showing 169 changed files with 452 additions and 421 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/setup-and-run-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Run MATLAB Tests on GitHub-Hosted Runner
on: [push]
jobs:
my-job:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
release: [R2023a
#, R2023b TODO: There is currently a bug affecting one test on R2023b
]
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: ${{ matrix.release }}
- name: Add paths
uses: matlab-actions/run-command@v1
with:
command: addpath(genpath("src"))
- name: Run MATLAB Tests
uses: matlab-actions/[email protected]
with:
select-by-folder: tests
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
source-folder: src
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ The SSIT includes command line tools and a graphical user interface to:

# Dependencies
For all basic functionalities:
- MATLAB R2021b or later.
- MATLAB R2023a
- Note that most, but not all, functionalities are also working in R2023b; we therefore encourage using R2023a for the time being.
- Symbolic Computing Toolbox.
- Image Processing Toolbox
- Global Optimization Toolbox (for model fitting only)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
time,S1,S2
0,0.15,0
0.2,0.1429760887550795,0.01404782248984108
0.4,0.1418174101699119,0.01636517966017622
0.6,0.1417105224008525,0.01657895519829501
0.8,0.1417013304160731,0.01659733916785408
1.,0.141700544848195,0.01659891030361024
1.2,0.1417004777475279,0.0165990445049445
1.4,0.1417004720162983,0.01659905596740376
1.6,0.14170047152678,0.0165990569464404
1.8,0.141700471484969,0.01659905703006241
2.,0.1417004714814062,0.01659905703718799
2.2,0.1417004714810928,0.01659905703781462
2.4,0.1417004714810663,0.01659905703786755
2.6,0.1417004714810641,0.01659905703787191
2.8,0.1417004714810644,0.01659905703787145
3.,0.1417004714810646,0.01659905703787109
3.2,0.1417004714810644,0.01659905703787141
3.4,0.1417004714810644,0.01659905703787141
3.6,0.1417004714810643,0.01659905703787156
3.8,0.1417004714810643,0.01659905703787157
4.,0.1417004714810643,0.01659905703787159
4.2,0.1417004714810643,0.01659905703787159
4.4,0.1417004714810643,0.01659905703787158
4.6,0.1417004714810643,0.01659905703787157
4.8,0.1417004714810643,0.01659905703787157
5.,0.1417004714810643,0.01659905703787158
5.2,0.1417004714810643,0.01659905703787158
5.4,0.1417004714810643,0.01659905703787158
5.6,0.1417004714810643,0.01659905703787158
5.8,0.1417004714810643,0.01659905703787158
6.,0.1417004714810643,0.01659905703787158
6.2,0.1417004714810643,0.01659905703787158
6.4,0.1417004714810643,0.01659905703787157
6.6,0.1417004714810643,0.01659905703787157
6.8,0.1417004714810643,0.01659905703787157
7.,0.1417004714810643,0.01659905703787157
7.2,0.1417004714810643,0.01659905703787157
7.4,0.1417004714810643,0.01659905703787158
7.6,0.1417004714810643,0.01659905703787158
7.8,0.1417004714810643,0.01659905703787158
8.,0.1417004714810643,0.01659905703787158
8.2,0.1417004714810643,0.01659905703787158
8.4,0.1417004714810643,0.01659905703787157
8.6,0.1417004714810643,0.01659905703787157
8.8,0.1417004714810643,0.01659905703787157
9.,0.1417004714810643,0.01659905703787157
9.2,0.1417004714810643,0.01659905703787157
9.4,0.1417004714810643,0.01659905703787157
9.6,0.1417004714810643,0.01659905703787157
9.8,0.1417004714810643,0.01659905703787157
time,S1,S2
0,0.15,0
0.2,0.1429760887550795,0.01404782248984108
0.4,0.1418174101699119,0.01636517966017622
0.6,0.1417105224008525,0.01657895519829501
0.8,0.1417013304160731,0.01659733916785408
1.,0.141700544848195,0.01659891030361024
1.2,0.1417004777475279,0.0165990445049445
1.4,0.1417004720162983,0.01659905596740376
1.6,0.14170047152678,0.0165990569464404
1.8,0.141700471484969,0.01659905703006241
2.,0.1417004714814062,0.01659905703718799
2.2,0.1417004714810928,0.01659905703781462
2.4,0.1417004714810663,0.01659905703786755
2.6,0.1417004714810641,0.01659905703787191
2.8,0.1417004714810644,0.01659905703787145
3.,0.1417004714810646,0.01659905703787109
3.2,0.1417004714810644,0.01659905703787141
3.4,0.1417004714810644,0.01659905703787141
3.6,0.1417004714810643,0.01659905703787156
3.8,0.1417004714810643,0.01659905703787157
4.,0.1417004714810643,0.01659905703787159
4.2,0.1417004714810643,0.01659905703787159
4.4,0.1417004714810643,0.01659905703787158
4.6,0.1417004714810643,0.01659905703787157
4.8,0.1417004714810643,0.01659905703787157
5.,0.1417004714810643,0.01659905703787158
5.2,0.1417004714810643,0.01659905703787158
5.4,0.1417004714810643,0.01659905703787158
5.6,0.1417004714810643,0.01659905703787158
5.8,0.1417004714810643,0.01659905703787158
6.,0.1417004714810643,0.01659905703787158
6.2,0.1417004714810643,0.01659905703787158
6.4,0.1417004714810643,0.01659905703787157
6.6,0.1417004714810643,0.01659905703787157
6.8,0.1417004714810643,0.01659905703787157
7.,0.1417004714810643,0.01659905703787157
7.2,0.1417004714810643,0.01659905703787157
7.4,0.1417004714810643,0.01659905703787158
7.6,0.1417004714810643,0.01659905703787158
7.8,0.1417004714810643,0.01659905703787158
8.,0.1417004714810643,0.01659905703787158
8.2,0.1417004714810643,0.01659905703787158
8.4,0.1417004714810643,0.01659905703787157
8.6,0.1417004714810643,0.01659905703787157
8.8,0.1417004714810643,0.01659905703787157
9.,0.1417004714810643,0.01659905703787157
9.2,0.1417004714810643,0.01659905703787157
9.4,0.1417004714810643,0.01659905703787157
9.6,0.1417004714810643,0.01659905703787157
9.8,0.1417004714810643,0.01659905703787157
10.,0.1417004714810643,0.01659905703787157
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
time,S1,S2,S3
0,0.0001,0.0002,0.0001
0.1,0.0001139219668511557,0.0002139219668511558,0.00008607803314884429
0.2,0.0001259033426653174,0.0002259033426653176,0.0000740966573346826
0.3,0.0001362145405457597,0.0002362145405457599,0.00006378545945424029
0.4,0.000145088316316368,0.0002450883163163682,0.00005491168368363203
0.5,0.0001527250035279472,0.0002527250035279475,0.00004727499647205278
0.6,0.0001592970288925667,0.000259297028892567,0.00004070297110743328
0.7,0.0001649528029009038,0.0002649528029009041,0.00003504719709909622
0.8,0.0001698200266425576,0.0002698200266425577,0.00003017997335744267
0.9,0.0001740086476392488,0.0002740086476392489,0.00002599135236075146
1.,0.0001776132619625782,0.0002776132619625783,0.00002238673803742199
1.1,0.0001807152882044536,0.0002807152882044537,0.00001928471179554665
1.2,0.0001833847960251599,0.00028338479602516,0.00001661520397484034
1.3,0.0001856820874124478,0.0002856820874124478,0.00001431791258755249
1.4,0.000187659057944331,0.000287659057944331,0.00001234094205566926
1.5,0.0001893603699108989,0.000289360369910899,0.00001063963008910132
1.6,0.0001908244571673363,0.0002908244571673365,9.17554283266388e-6
1.7,0.000192084396299467,0.0002920843962994671,7.915603700533238e-6
1.8,0.0001931686521662484,0.0002931686521662485,6.831347833751853e-6
1.9,0.0001941017209649583,0.0002941017209649585,5.898279035041828e-6
2.,0.0001949046837806552,0.0002949046837806553,5.095316219345007e-6
2.1,0.0001955956814954404,0.0002955956814954406,4.404318504559747e-6
2.2,0.0001961903264279383,0.0002961903264279386,3.809673572061813e-6
2.3,0.0001967020539167234,0.0002967020539167237,3.297946083276711e-6
2.4,0.0001971424259516313,0.0002971424259516315,2.857574048368886e-6
2.5,0.0001975213921965914,0.0002975213921965916,2.478607803408781e-6
2.6,0.0001978475149270233,0.0002978475149270236,2.152485072976826e-6
2.7,0.000198128162601406,0.0002981281626014063,1.87183739859414e-6
2.8,0.0001983696762860535,0.0002983696762860538,1.630323713946612e-6
2.9,0.0001985775128842811,0.0002985775128842815,1.422487115718978e-6
3.,0.000198756368403927,0.0002987563684039273,1.2436315960731e-6
3.1,0.0001989102840312875,0.0002989102840312879,1.089715968712557e-6
3.2,0.0001990427373788496,0.00029904273737885,9.572626211504738e-7
3.3,0.0001991567211432377,0.0002991567211432381,8.432788567623562e-7
3.4,0.0001992548107446296,0.0002992548107446301,7.451892553705255e-7
3.5,0.0001993392224997719,0.0002993392224997724,6.607775002282274e-7
3.6,0.0001994118636873173,0.0002994118636873178,5.881363126827596e-7
3.7,0.0001994743756349663,0.0002994743756349668,5.256243650337667e-7
3.8,0.000199528170791853,0.0002995281707918535,4.718292081471105e-7
3.9,0.000199574464628818,0.0002995744646288185,4.255353711821277e-7
4.,0.0001996143031359566,0.0002996143031359571,3.856968640434912e-7
4.1,0.0001996485864572413,0.0002996485864572417,3.514135427588514e-7
4.2,0.0001996780892236281,0.0002996780892236285,3.219107763720299e-7
4.3,0.0001997034780521935,0.000299703478052194,2.965219478065709e-7
4.4,0.0001997253266060485,0.000299725326606049,2.746733939515959e-7
4.5,0.000199744128549907,0.0002997441285499075,2.558714500930616e-7
4.6,0.0001997603087107391,0.0002997603087107395,2.396912892610337e-7
4.7,0.0001997742326534578,0.0002997742326534582,2.257673465422817e-7
4.8,0.0001997862150047174,0.0002997862150047178,2.137849952827201e-7
4.9,0.0001997965265230575,0.0002997965265230579,2.034734769426494e-7
time,S1,S2,S3
0,0.0001,0.0002,0.0001
0.1,0.0001139219668511557,0.0002139219668511558,0.00008607803314884429
0.2,0.0001259033426653174,0.0002259033426653176,0.0000740966573346826
0.3,0.0001362145405457597,0.0002362145405457599,0.00006378545945424029
0.4,0.000145088316316368,0.0002450883163163682,0.00005491168368363203
0.5,0.0001527250035279472,0.0002527250035279475,0.00004727499647205278
0.6,0.0001592970288925667,0.000259297028892567,0.00004070297110743328
0.7,0.0001649528029009038,0.0002649528029009041,0.00003504719709909622
0.8,0.0001698200266425576,0.0002698200266425577,0.00003017997335744267
0.9,0.0001740086476392488,0.0002740086476392489,0.00002599135236075146
1.,0.0001776132619625782,0.0002776132619625783,0.00002238673803742199
1.1,0.0001807152882044536,0.0002807152882044537,0.00001928471179554665
1.2,0.0001833847960251599,0.00028338479602516,0.00001661520397484034
1.3,0.0001856820874124478,0.0002856820874124478,0.00001431791258755249
1.4,0.000187659057944331,0.000287659057944331,0.00001234094205566926
1.5,0.0001893603699108989,0.000289360369910899,0.00001063963008910132
1.6,0.0001908244571673363,0.0002908244571673365,9.17554283266388e-6
1.7,0.000192084396299467,0.0002920843962994671,7.915603700533238e-6
1.8,0.0001931686521662484,0.0002931686521662485,6.831347833751853e-6
1.9,0.0001941017209649583,0.0002941017209649585,5.898279035041828e-6
2.,0.0001949046837806552,0.0002949046837806553,5.095316219345007e-6
2.1,0.0001955956814954404,0.0002955956814954406,4.404318504559747e-6
2.2,0.0001961903264279383,0.0002961903264279386,3.809673572061813e-6
2.3,0.0001967020539167234,0.0002967020539167237,3.297946083276711e-6
2.4,0.0001971424259516313,0.0002971424259516315,2.857574048368886e-6
2.5,0.0001975213921965914,0.0002975213921965916,2.478607803408781e-6
2.6,0.0001978475149270233,0.0002978475149270236,2.152485072976826e-6
2.7,0.000198128162601406,0.0002981281626014063,1.87183739859414e-6
2.8,0.0001983696762860535,0.0002983696762860538,1.630323713946612e-6
2.9,0.0001985775128842811,0.0002985775128842815,1.422487115718978e-6
3.,0.000198756368403927,0.0002987563684039273,1.2436315960731e-6
3.1,0.0001989102840312875,0.0002989102840312879,1.089715968712557e-6
3.2,0.0001990427373788496,0.00029904273737885,9.572626211504738e-7
3.3,0.0001991567211432377,0.0002991567211432381,8.432788567623562e-7
3.4,0.0001992548107446296,0.0002992548107446301,7.451892553705255e-7
3.5,0.0001993392224997719,0.0002993392224997724,6.607775002282274e-7
3.6,0.0001994118636873173,0.0002994118636873178,5.881363126827596e-7
3.7,0.0001994743756349663,0.0002994743756349668,5.256243650337667e-7
3.8,0.000199528170791853,0.0002995281707918535,4.718292081471105e-7
3.9,0.000199574464628818,0.0002995744646288185,4.255353711821277e-7
4.,0.0001996143031359566,0.0002996143031359571,3.856968640434912e-7
4.1,0.0001996485864572413,0.0002996485864572417,3.514135427588514e-7
4.2,0.0001996780892236281,0.0002996780892236285,3.219107763720299e-7
4.3,0.0001997034780521935,0.000299703478052194,2.965219478065709e-7
4.4,0.0001997253266060485,0.000299725326606049,2.746733939515959e-7
4.5,0.000199744128549907,0.0002997441285499075,2.558714500930616e-7
4.6,0.0001997603087107391,0.0002997603087107395,2.396912892610337e-7
4.7,0.0001997742326534578,0.0002997742326534582,2.257673465422817e-7
4.8,0.0001997862150047174,0.0002997862150047178,2.137849952827201e-7
4.9,0.0001997965265230575,0.0002997965265230579,2.034734769426494e-7
5.,0.0001998054001596749,0.0002998054001596753,1.945998403252452e-7
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
time,S1,S2,S3
0,0.0001,0.0002,0.0001
0.4,0.0001190136286651481,0.0002095068143325741,0.0000904931856674259
0.8,0.0001362100508573988,0.0002181050254286994,0.00008189497457130057
1.2,0.0001517614847468959,0.000225880742373448,0.00007411925762655202
1.6,0.0001658240070196734,0.0002329120035098368,0.00006708799649016322
2.,0.0001785390597417493,0.0002392695298708747,0.00006073047012912532
2.4,0.0001900347989105559,0.000245017399455278,0.00005498260054472202
2.8,0.0002004273369013054,0.0002502136684506527,0.00004978633154934726
3.2,0.000209821851471249,0.0002549109257356245,0.00004508907426437548
3.6,0.000218313600908524,0.000259156800454262,0.00004084319954573796
4.,0.0002259888441663867,0.0002629944220831933,0.00003700557791680663
4.4,0.0002329256805753161,0.0002664628402876581,0.00003353715971234189
4.8,0.0002391948041803924,0.0002695974020901962,0.00003040259790980376
5.2,0.000244860196823204,0.0002724300984116019,0.00002756990158839797
5.6,0.0002499797665851899,0.0002749898832925948,0.00002501011670740502
6.,0.0002546058973507666,0.0002773029486753831,0.00002269705132461668
6.4,0.0002587859873910351,0.0002793929936955174,0.00002060700630448241
6.8,0.0002625629038719519,0.0002812814519359757,0.00001871854806402403
7.2,0.0002659754277500879,0.0002829877138750438,0.00001701228612495599
7.6,0.0002690586163843907,0.0002845293081921952,0.00001547069180780459
8.,0.0002718441797984708,0.0002859220898992353,0.00001407791010076453
8.4,0.0002743607891695722,0.000287180394584786,0.00001281960541521386
8.8,0.0002766343564691178,0.0002883171782345588,0.00001168282176544103
9.2,0.00027868831308961,0.0002893441565448049,0.00001065584345519492
9.6,0.0002805438395916552,0.0002902719197958274,9.728080204172387e-6
10.,0.0002822200758864657,0.0002911100379432327,8.889962056767134e-6
10.4,0.0002837343219542903,0.0002918671609771451,8.132839022854794e-6
10.8,0.0002851022132032721,0.0002925511066016359,7.448893398363915e-6
11.2,0.0002863378797658294,0.0002931689398829146,6.831060117085244e-6
11.6,0.0002874540907009285,0.000293727045350464,6.272954649535728e-6
12.,0.0002884623842946539,0.0002942311921473267,5.768807852673049e-6
12.4,0.0002893731852276009,0.0002946865926138002,5.313407386199536e-6
12.8,0.000290195912615575,0.0002950979563077873,4.902043692212488e-6
13.2,0.0002909390771434229,0.0002954695385717111,4.53046142828855e-6
13.6,0.0002916103683841686,0.000295805184192084,4.194815807915687e-6
14.,0.0002922167337756496,0.0002961083668878245,3.891633112175218e-6
14.4,0.0002927644500383181,0.0002963822250191587,3.617774980840967e-6
14.8,0.0002932591874053072,0.0002966295937026533,3.370406297346419e-6
15.2,0.0002937060679568074,0.0002968530339784034,3.146966021596316e-6
15.6,0.0002941097190706556,0.0002970548595353275,2.945140464672211e-6
16.,0.0002944743211490247,0.000297237160574512,2.762839425487712e-6
16.4,0.0002948036507056289,0.0002974018253528141,2.598174647185613e-6
16.8,0.0002951011193145603,0.0002975505596572798,2.449440342719885e-6
17.2,0.0002953698087743533,0.0002976849043871763,2.315095612823376e-6
17.6,0.0002956125026712475,0.0002978062513356233,2.193748664376296e-6
18.,0.0002958317154121956,0.0002979158577060974,2.084142293902268e-6
18.4,0.0002960297183746286,0.0002980148591873138,1.985140812685762e-6
18.8,0.0002962085633630277,0.0002981042816815135,1.895718318486209e-6
19.2,0.0002963701038063581,0.0002981850519031786,1.814948096821025e-6
19.6,0.0002965160139116946,0.0002982580069558469,1.741993044152744e-6
time,S1,S2,S3
0,0.0001,0.0002,0.0001
0.4,0.0001190136286651481,0.0002095068143325741,0.0000904931856674259
0.8,0.0001362100508573988,0.0002181050254286994,0.00008189497457130057
1.2,0.0001517614847468959,0.000225880742373448,0.00007411925762655202
1.6,0.0001658240070196734,0.0002329120035098368,0.00006708799649016322
2.,0.0001785390597417493,0.0002392695298708747,0.00006073047012912532
2.4,0.0001900347989105559,0.000245017399455278,0.00005498260054472202
2.8,0.0002004273369013054,0.0002502136684506527,0.00004978633154934726
3.2,0.000209821851471249,0.0002549109257356245,0.00004508907426437548
3.6,0.000218313600908524,0.000259156800454262,0.00004084319954573796
4.,0.0002259888441663867,0.0002629944220831933,0.00003700557791680663
4.4,0.0002329256805753161,0.0002664628402876581,0.00003353715971234189
4.8,0.0002391948041803924,0.0002695974020901962,0.00003040259790980376
5.2,0.000244860196823204,0.0002724300984116019,0.00002756990158839797
5.6,0.0002499797665851899,0.0002749898832925948,0.00002501011670740502
6.,0.0002546058973507666,0.0002773029486753831,0.00002269705132461668
6.4,0.0002587859873910351,0.0002793929936955174,0.00002060700630448241
6.8,0.0002625629038719519,0.0002812814519359757,0.00001871854806402403
7.2,0.0002659754277500879,0.0002829877138750438,0.00001701228612495599
7.6,0.0002690586163843907,0.0002845293081921952,0.00001547069180780459
8.,0.0002718441797984708,0.0002859220898992353,0.00001407791010076453
8.4,0.0002743607891695722,0.000287180394584786,0.00001281960541521386
8.8,0.0002766343564691178,0.0002883171782345588,0.00001168282176544103
9.2,0.00027868831308961,0.0002893441565448049,0.00001065584345519492
9.6,0.0002805438395916552,0.0002902719197958274,9.728080204172387e-6
10.,0.0002822200758864657,0.0002911100379432327,8.889962056767134e-6
10.4,0.0002837343219542903,0.0002918671609771451,8.132839022854794e-6
10.8,0.0002851022132032721,0.0002925511066016359,7.448893398363915e-6
11.2,0.0002863378797658294,0.0002931689398829146,6.831060117085244e-6
11.6,0.0002874540907009285,0.000293727045350464,6.272954649535728e-6
12.,0.0002884623842946539,0.0002942311921473267,5.768807852673049e-6
12.4,0.0002893731852276009,0.0002946865926138002,5.313407386199536e-6
12.8,0.000290195912615575,0.0002950979563077873,4.902043692212488e-6
13.2,0.0002909390771434229,0.0002954695385717111,4.53046142828855e-6
13.6,0.0002916103683841686,0.000295805184192084,4.194815807915687e-6
14.,0.0002922167337756496,0.0002961083668878245,3.891633112175218e-6
14.4,0.0002927644500383181,0.0002963822250191587,3.617774980840967e-6
14.8,0.0002932591874053072,0.0002966295937026533,3.370406297346419e-6
15.2,0.0002937060679568074,0.0002968530339784034,3.146966021596316e-6
15.6,0.0002941097190706556,0.0002970548595353275,2.945140464672211e-6
16.,0.0002944743211490247,0.000297237160574512,2.762839425487712e-6
16.4,0.0002948036507056289,0.0002974018253528141,2.598174647185613e-6
16.8,0.0002951011193145603,0.0002975505596572798,2.449440342719885e-6
17.2,0.0002953698087743533,0.0002976849043871763,2.315095612823376e-6
17.6,0.0002956125026712475,0.0002978062513356233,2.193748664376296e-6
18.,0.0002958317154121956,0.0002979158577060974,2.084142293902268e-6
18.4,0.0002960297183746286,0.0002980148591873138,1.985140812685762e-6
18.8,0.0002962085633630277,0.0002981042816815135,1.895718318486209e-6
19.2,0.0002963701038063581,0.0002981850519031786,1.814948096821025e-6
19.6,0.0002965160139116946,0.0002982580069558469,1.741993044152744e-6
20.,0.0002966478058352696,0.0002983239029176344,1.67609708236524e-6
File renamed without changes.
File renamed without changes.
File renamed without changes
Loading

0 comments on commit d936f30

Please sign in to comment.