From 1f16f4ade71103d9d7445d83e1e242314b735e25 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 19 May 2020 13:07:54 +0200 Subject: [PATCH] Update. --- attentiontoy1d.py | 1 - 1 file changed, 1 deletion(-) diff --git a/attentiontoy1d.py b/attentiontoy1d.py index ef20340..1dbd614 100755 --- a/attentiontoy1d.py +++ b/attentiontoy1d.py @@ -147,7 +147,6 @@ def generate_sequences(nb): ###################################################################### import matplotlib.pyplot as plt -import matplotlib.collections as mc def save_sequence_images(filename, sequences, tr = None, bx = None): fig = plt.figure() -- 2.20.1