Skip to content

Commit

Permalink
add missing bottleneck imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrory committed Sep 10, 2024
1 parent 08466c9 commit 3c6fbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmdrp/functions/cubeMethod.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys

import numpy

import bottleneck as bn

try:
import pylab
Expand Down
1 change: 1 addition & 0 deletions python/lvmdrp/functions/plotMethod.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
except ImportError:
pass
import numpy
import bottleneck as bn

description = "Provides Methods to make some plots"

Expand Down

0 comments on commit 3c6fbe9

Please sign in to comment.