import numpy as np for lines 44 and 51 (#1161)

* import numpy as np for lines 44 and 51
This commit is contained in:
Christian Clauss 2020-05-30 17:09:25 +02:00 committed by GitHub
parent b03de3be9c
commit 2a6f3f0193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,3 +1,4 @@
import numpy as np
class PlotData(object):
@ -50,7 +51,3 @@ class PlotData(object):
mn = np.min(self[field])
self.minVals[field] = mn
return mn