Skip to content

Commit

Permalink
fixing typo & removing reference to deprecated module
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmejia committed Jan 11, 2024
1 parent 0d8eda5 commit dabb67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions python/lvmdrp/functions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
imageMethod,
plotMethod,
rssMethod,
specialMethod,
vimosMethod,
specialMethod
)
2 changes: 1 addition & 1 deletion python/lvmdrp/functions/cubeMethod.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from copy import deepcopy
from scipy import stats

from lvdrp.core import fit_profile
from lvmdrp.core import fit_profile
from lvmdrp.core.cube import Cube, loadCube
from lvmdrp.core.image import Image
from lvmdrp.core.rss import RSS
Expand Down

0 comments on commit dabb67b

Please sign in to comment.