Jan Kadlec
Jan Kadlec
Hi @bjodah, thanks for responding so fast. What exactly do you mean by trying to do the configuration? I have run your tests (`python3 -m pytest -rs -W ignore::chempy.ChemPyDeprecationWarning --pyargs...
The same issue goes also for the `lmfit` package, it works when loading the entire package, exactly as described above. The other packages are loaded as checks, notice that for...
Speaking of which, I was wondering is there currently in arviz something like [regplot](https://seaborn.pydata.org/generated/seaborn.regplot.html) in seaborn? That would be great and that could also give a beginning to what has...
I'm suffering with the same, related issue? https://github.com/alyssaq/stasm/issues/4 Btw, https://pypi.org/project/facemorpher/ still points to stasm, probably would be good to put a link or a note there to use dlib instead....
If you mean: ```python import spectral.io.envi as envi envi.open('path_to_file/Frgrnd.bip') ``` that gives: ``` --------------------------------------------------------------------------- UnicodeDecodeError Traceback (most recent call last) ~/anaconda3/lib/python3.8/site-packages/spectral/io/envi.py in read_envi_header(file) 119 try: --> 120 starts_with_ENVI = f.readline().strip().startswith('ENVI')...
I do not think I have that. I only have the bip file (it's not my file, I'm just getting the data).
Sorry for the bother and thanks a lot for your help. I tried to open the bip file and there was a text header but did not look like what...
Hi, sorry for the delay, took some time to get moving. You were right about the device, it is that one. Besides that I have tried to open the file...
Shows this: 16 806 348 bytes (16,8 MB on disk)
I'm getting a new error now: ```python --------------------------------------------------------------------------- EnviDataFileNotFoundError Traceback (most recent call last) in 1 from spectral import * ----> 2 img = open_image('/path_to_file/Frgrnd.hdr') 3 # ~/anaconda3/lib/python3.8/site-packages/spectral/spectral.py in open_image(file)...