-
In python 3.8, there is some issue with the "time" module.
I got it working by installing ElecSus into a python 3.5 conda environment.
To install ElecSus, first do the following:
conda create -…
-
How do I do nonlinear fitting in Python?
lmfit
How do I do image arithmetic?
numpy examples
Also, link this: https://speakerdeck.com/jakevdp/losing-your-loops-fast-numerical-computing-with-numpy-pyco…
-
Would you mind please adding a resonator field for a vector of weights to the data? For example if I want to weight the data in order to fit only part of the I and Q vectors, using weights would be a …
-
Hello!
I get an error when I use emcee to minimize the mismatch:
IndexError: index -1 is out of bounds for axis 0 with size 0
but I also see that in "example_Fig17_USS_dpw%2Bdpo%2BSwz_bumpfloods.…
-
As seen in an example of fitting a tree of saxs profiles, occasionally fitting can produce strange results due to the starting guess. To avoid this, use a global minimization strategy such as manual b…
-
Hello
I'm trying to analyze a label-free data with DEqMS but I get an error when I apply lmFit.
Error in getEAWP(object) : Data object doesn't contain numeric expression values
My input data i…
-
Currently we only support testing a specific contrast (either via a coefficient or a contrast vector), but we often do differential expression analysis where we want to test mean shifts in several gro…
-
Still very impressed with this library. I thought it would be nice, for a particular application, to be able to do some postprocessing on the residuals before feeding them back to lmfit.minimize. In g…
-
There are two unused imports in the test files:
sys is not used uncertainties/test_umath.py
weakref is not used in uncertainties/test_uncertainties.py
-
The automatic detection pipeline uses the following packages:
pickle 4.0
numpy 1.19.5
matplotlib 3.1.2
pandas 1.1.5
h5py 3.1.0
joblib 1.0.1
lmfit 1.0.2
opencv-python 4.5.2.54
pyarrow 4.0.1
…