Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 14, 2024
1 parent 6a6b71d commit c4ddeca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/known_issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ known_issues:
- integer_rsparse
process: [read]
error_message: |
Failure (test-roundtrip-obspvarp.R:111:5): Writing an AnnData with obs and var 'integer_csparse' works
Failure (test-roundtrip-obspvarp.R:111:5): Writing an AnnData with obsp and varp 'integer_csparse' works
a$dtype (`actual`) not equal to b$dtype (`expected`).
`class(actual)`: "numpy.dtypes.Float64DType" "numpy.dtype" "python.builtin.object"
`class(expected)`: "numpy.dtypes.Int64DType" "numpy.dtype" "python.builtin.object"
description: Integers are being converted to floats.
proposed_solution: Debug
proposed_solution: Debug and fix
to_investigate: True
to_fix: True

0 comments on commit c4ddeca

Please sign in to comment.