Skip to content
Snippets Groups Projects
Commit 36122f04 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

spline_fit import in module

parent 72c97565
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@ d = dir()
from wetb.signal.fit._linear_fit import *
from wetb.signal.fit._bin_fit import *
from wetb.signal.fit._fourier_fit import *
from wetb.signal.fit._spline_fit import *
__all__ = sorted([m for m in set(dir()) - set(d)])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment