Skip to content

Commit

Permalink
Fix more tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralanglois committed Jul 15, 2024
1 parent b7a24b7 commit 7019512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ext/python/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
>>> from interop import indexing
>>> indexing(run_metrics_with_indexing)
array([(1., 1101., 'ATCACGAC-AAGGTTCA', '1', 4570., 900., 507.77777),
(1., 1101., 'ATCACGAC-GGGGGGGG', '2', 2343., 900., 260.33334),
(1., 1102., 'ATCACGAC-AAGGTTCA', '1', 4570., 0., 0. ),
(1., 1102., 'ATCACGAC-GGGGGGGG', '2', 2343., 0., 0. )],
array([(1., 1101., 'ATCACGAC-AAGGTTCA', '1', 4570., 900., 507.78),
(1., 1101., 'ATCACGAC-GGGGGGGG', '2', 2343., 900., 260.33),
(1., 1102., 'ATCACGAC-AAGGTTCA', '1', 4570., 0., 0. ),
(1., 1102., 'ATCACGAC-GGGGGGGG', '2', 2343., 0., 0. )],
dtype=[('Lane', '<f4'), ('Tile', '<f4'), ('Barcode', 'O'), ('SampleID', 'O'), ('Cluster Count', '<f4'), ('Cluster Count PF', '<f4'), ('% Demux', '<f4')])
>>> from interop import imaging
Expand Down

0 comments on commit 7019512

Please sign in to comment.