BigThonkers / ThonkTools

Revolutionary wrappers for stupid lab stuff.
1 stars 3 forks source link

Missing import #8

Closed RejirSkulblaka closed 5 years ago

RejirSkulblaka commented 5 years ago

import numpy as np was missing

munnich commented 5 years ago

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.