You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type assert is there to help JET, so any fix should be checked for whether it causes inference issues detected by JET (that happens automatically thanks to our CI running test/test_jet.jl).
The text was updated successfully, but these errors were encountered:
This is due to the following line:
QuantumClifford.jl/src/QuantumClifford.jl
Line 558 in 55fc876
where that
t
is not always of typeT
due toQuantumClifford.jl/src/QuantumClifford.jl
Lines 525 to 526 in 55fc876
If
T
involves subarray views, thenzero
just makes a new tableau directly using arrays, not subarrays (as it should!):The type assert is there to help JET, so any fix should be checked for whether it causes inference issues detected by JET (that happens automatically thanks to our CI running
test/test_jet.jl
).The text was updated successfully, but these errors were encountered: