We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c60af commit 3244cdaCopy full SHA for 3244cda
1 file changed
src/utility/utility.jl
@@ -89,7 +89,6 @@ function _embedders(spaces)
89
return maps
90
end
91
92
-
93
#=
94
map every element in the tensormap to dfun(E)
95
allows us to create random tensormaps for any storagetype
@@ -151,5 +150,5 @@ function check_ambiguous_braiding(::Type{Bool}, V::VectorSpace)
151
150
152
function check_ambiguous_braiding(V::VectorSpace)
153
return check_ambiguous_braiding(Bool, V) ||
154
- throw(ArgumentError("cannot unambiguously braid $V"))
+ throw(ArgumentError("cannot unambiguously braid $V"))
155
0 commit comments