Closed RejirSkulblaka closed 5 years ago
import numpy as np was missing
I moved the import from the linfit function to the general fit function, since the linfit equation doesn't explicitly require it, but the fit function does.
import numpy as np was missing