Skip to content

Commit

Permalink
Update HaasoscopeQt.py
Browse files Browse the repository at this point in the history
delete @jit compiler
  • Loading branch information
nuni38317 committed Oct 22, 2022
1 parent de22566 commit c9c9359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI_python/HaasoscopeQt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pyqtgraph.Qt import QtCore, QtWidgets, QtGui, loadUiType
import h5py

from numba import jit
#from numba import jit

# Define fft window class from template
FFTWindowTemplate, FFTTemplateBaseClass = loadUiType("HaasoscopeFFT.ui")
Expand Down

0 comments on commit c9c9359

Please sign in to comment.