Skip to content

Commit

Permalink
add missing assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 13, 2024
1 parent 9b99e20 commit 2ae537c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-roundtrip-obsvar.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ for (name in test_names) {
check_exact = FALSE
)
expect_null(reticulate::py_to_r(zz))
pd$testing$assert_frame_equal(
zz <- pd$testing$assert_frame_equal(
adata_py2$var,
adata_py$var,
check_dtype = FALSE,
Expand Down

0 comments on commit 2ae537c

Please sign in to comment.