Skip to content

Commit cdd0c10

Browse files
committed
Fix a typo for associated type in HasAfEnum
1 parent 3d18a2d commit cdd0c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ impl HasAfEnum for Complex<f64> {
224224
type AggregateOutType = Self;
225225
type SobelOutType = Self;
226226

227-
fn get_af_dtype() -> DType { DType::F64 }
227+
fn get_af_dtype() -> DType { DType::C64 }
228228
}
229229
impl HasAfEnum for f32 {
230230
type InType = Self;

0 commit comments

Comments
 (0)