Skip to content

Commit 3242589

Browse files
committed
Remove descale module (DescaleTarget)
It's time to say goodbye. Use RescaleBuilder.
1 parent 091a7b8 commit 3242589

2 files changed

Lines changed: 1 addition & 276 deletions

File tree

vodesfunc/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
# flake8: noqa
66

7-
from . import aa, misc, noise, scale, denoise, descale, rescale, util, spikefinder, rescale_ext
7+
from . import aa, misc, noise, scale, denoise, rescale, util, spikefinder, rescale_ext
88
from .aa import *
99
from .misc import *
1010
from .noise import *
1111
from .scale import *
1212
from .rescale import *
13-
from .descale import *
1413
from .denoise import *
1514
from .util import *
1615
from .spikefinder import *

vodesfunc/descale.py

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)