Jerome Gout

Results 13 comments of Jerome Gout

Hi Jimy, I see the error trace, I don't know how I could check the value of h within the lib? (sorry I'm a python noob) I've tried the same...

Hi @jimy-byerley Here is the result of these three changes: ```python (.venv) ➜ implantology git:(master) ✗ /Users/jeromegout/dev/david/implantology/.venv/bin/python /Users/jeromegout/dev/david/implantology/src/nut.py /Users/jeromegout/dev/david/implantology/.venv/lib/python3.9/site-packages/scipy/optimize/_lsq/least_squares.py:110: UserWarning: Setting `gtol` below the machine epsilon (2.22e-16) effectively disables the...

here is the glxinfo output: ``` name of display: /private/tmp/com.apple.launchd.PDg1SF5OTf/org.macosforge.xquartz:0 display: /private/tmp/com.apple.launchd.PDg1SF5OTf/org.macosforge.xquartz:0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.4 server glx extensions:...

My version of OSX is 12.2.1

test 4 says: ``` ValueError: Requested OpenGL version 330, got version 0 ``` Is it possible I don't have OpenGL on my machine? I'm using FreeCAD without any issue (I...

My GPU are: AMD Radeon R9 M370X 2 Go Intel Iris Pro 1536 Mo My Machine is a Macbook pro 2.5Ghz 2015 ... old machine yes

I have to admit that I don't really understand all details of OpenGL. I see this stackoverflow answer: https://stackoverflow.com/a/26982694 But I don't understand if I can update or not.

Hi @jimy-byerley I did install and launch GLViewer. First when I open it, I see that the OpenGL version is 2.1 and without touching nothing after a couple of seconds...

With False doesn't work, but with True (QApplication.setAttribute(Qt.AA_ShareOpenGLContexts, True)) I have an other error: ``` /Users/jeromegout/dev/david/implantology/.venv/lib/python3.9/site-packages/scipy/optimize/_lsq/least_squares.py:110: UserWarning: Setting `gtol` below the machine epsilon (2.22e-16) effectively disables the corresponding termination condition....

If you are interested to live debug this situation, we can setup a session where I can share my screen.