We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d2ddd commit b88c9b2Copy full SHA for b88c9b2
src/algorithms/toolbox.jl
@@ -94,7 +94,7 @@ function transfer_spectrum(
94
init = randomize!(
95
similar(
96
above.AL[1], left_virtualspace(below, 1),
97
- ℂ[typeof(sector)](sector => 1)' * left_virtualspace(above, 1)
+ spacetype(above)(sector => 1)' * left_virtualspace(above, 1)
98
)
99
100
0 commit comments