-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Hi Robin, i`m new with Py6S. I intend to use it for teaching and i have to run it in google colab. I have followed all instructions and everything seems OK, but whwn i try to run it, it crashes and sends this error message:
6S wrapper script by Robin Wilson
Using 6S located at /usr/local/bin/sixsV1.1
Running 6S using a set of test parameters
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG
OutputParsingError Traceback (most recent call last)
in ()
----> 1 s.test()
2 frames
/usr/local/lib/python3.7/dist-packages/Py6S/outputs.py in init(self, stdout, stderr)
69 print(stderr)
70 raise OutputParsingError(
---> 71 "6S returned an error (shown above) - check for invalid parameter inputs"
72 )
73 elif (
OutputParsingError: 6S returned an error (shown above) - check for invalid parameter inputs
I am not very skilfull at programming so i cant realize what is going bad. I`ll apreciate very much if you can give a hand.
Thanks in advance!!!
