spinmob
spinmob copied to clipboard
Rapid and flexible acquisition, analysis, fitting, and plotting in Python. Designed for scientific laboratories.
I copied [this issue](https://github.com/Spinmob/spinmob/issues/107) (which I opened) below. Jupyter notebook crashes upon importing spinmob because I don't have the correct backed `qtagg`. I suspect this is because I'm using an...
Jupyter notebook crashes upon importing spinmob because I don't have the correct backed `qtagg`. I suspect this is because I'm using an ARM machine and this particular mpl backend hasn't...
I have had this issue for a while now. This is mostly when I want to read the results of the fit directly on my figure, or even to read...
Some scientific libraries specify a particular to cite them, is this the case for Spinmob?
Hello, I'm getting ```python AttributeError: module 'numpy' has no attribute 'NAN' ``` Running this code: ```python import spinmob as sm import numpy as np x_1 = np.linspace(0, 10, 100) y_1...
As discussed in #110, the deprecation of `numpy.NAN` appears to still cause issues even on recent versions of packages, and uncommenting the _hacky_ fix from f72e68e of `numpy.NAN=numpy.nan` seems to...