Skip to content

Commit

Permalink
rm exception
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Jul 25, 2024
1 parent 81171ec commit 2ba5e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_operators_dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ op1 .= op1_ .+ 3 * op1_
bf = FockBasis(3)
op3 = randoperator(bf)
@test_throws QuantumOpticsBase.IncompatibleBases op1 .+ op3
@test_throws ErrorException cos.(op1)

# Dimension mismatches
b1, b2, b3 = NLevelBasis.((2,3,4)) # N is not a type parameter
Expand Down

0 comments on commit 2ba5e82

Please sign in to comment.