ext/torch/fft.cpp in torch-rb-0.13.0 vs ext/torch/fft.cpp in torch-rb-0.13.1
- old
+ new
@@ -6,8 +6,7 @@
#include "templates.h"
#include "utils.h"
void init_fft(Rice::Module& m) {
auto rb_mFFT = Rice::define_module_under(m, "FFT");
- rb_mFFT.add_handler<torch::Error>(handle_error);
add_fft_functions(rb_mFFT);
}