test fix for keras.backend import error with Python 3.8

pull/113/head
Clemens Neudecker 9 months ago committed by GitHub
parent e5acee09ab
commit 935332e863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ warnings.filterwarnings("ignore")
from scipy.signal import find_peaks
import matplotlib.pyplot as plt
from scipy.ndimage import gaussian_filter1d
from keras.backend import set_session
from tensorflow.python.keras.backend import set_session
from tensorflow.keras import layers
from .utils.contour import (

Loading…
Cancel
Save