You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few use-cases where people are using DDS as an aid for analysis in python for machine learning for bridge
One of the things which goes wrong is that people import (for example) bridgebots, endplay and redeal and use them for various functionality which is not shared between them.
On macOS 11.2 (but probably many other macOS) if two libraries are concurrently loaded, it seg-faults as soon as the second one is called, which seems to be a problem with threading, see
There are a few use-cases where people are using DDS as an aid for analysis in python for machine learning for bridge
One of the things which goes wrong is that people import (for example) bridgebots, endplay and redeal and use them for various functionality which is not shared between them.
On macOS 11.2 (but probably many other macOS) if two libraries are concurrently loaded, it seg-faults as soon as the second one is called, which seems to be a problem with threading, see
anntzer/redeal#15
The text was updated successfully, but these errors were encountered: