Skip to content

Commit

Permalink
unit tests: ok
Browse files Browse the repository at this point in the history
  • Loading branch information
acycliq committed Mar 18, 2024
1 parent adad2c8 commit e72baaa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ def test_stage_data(filename, expected, request):

# -------------------------------------------------------------------
# Expected max diff of the spot-to-cell probability between two successive iterations
expected_iter_delta = [1.0, 0.8998741, 0.67078424, 0.47034895,
0.6274648, 0.5809673, 0.60502154, 0.28165847,
expected_iter_delta = [1.0, 0.8998741, 0.67078424, 0.47034878,
0.6274648, 0.5809673, 0.6050211, 0.28165823,
0.26288757, 0.19117153, 0.5582824, 0.1904957,
0.24826217, 0.28257173, 0.068271875, 0.1609922,
0.58281434, 0.16718799, 0.14889961, 0.1229637,
0.089731336, 0.044867665, 0.06780699, 0.10764623,
0.19164285, 0.16254145, 0.061941266, 0.044866115,
0.24826145, 0.2825724, 0.06827164, 0.16099218,
0.58281434, 0.1671874, 0.14889953, 0.122963935,
0.0897311, 0.044867635, 0.06780705, 0.10764623,
0.19164285, 0.16254145, 0.061941266, 0.044866323,
0.031517506, 0.019638658]


Expand Down

0 comments on commit e72baaa

Please sign in to comment.