Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Nov 5, 2024
1 parent 113c37a commit 6806f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function _is_Matrix_approx(M1::QuantumObject, M2; atol = 1.0e-6)
function _is_Matrix_approx(M1, M2; atol = 1.0e-6)
s1 = size(M1)
s2 = size(M2)
if s1 == s2
Expand Down

0 comments on commit 6806f40

Please sign in to comment.