SeitaBV / timely-beliefs

Model data as beliefs (at a certain time) about events (at a certain time).
MIT License
34 stars 6 forks source link

openturns library 1.17 has no CopulaImplementation #63

Closed nhoening closed 3 years ago

nhoening commented 3 years ago

I'm running into a problem when installing timely-beliefs when it grabs the latest openturns library. That got an upgrade to 1.17 and is required by timely-beliefs (in setup.py without pinning a version):

../../../envs/sempras/lib/python3.8/site-packages/timely_beliefs/beliefs/probabilistic_utils.py:134: in <module>
    copula: ot.CopulaImplementation = None,
E   AttributeError: module 'openturns' has no attribute 'CopulaImplementation'

Strange. The openturns change log doesn't mention such a change. But if I grep for this class, it's gone:

± grep -r CopulaImpl ../../../envs/sempras/lib/python3.8/site-packages/openturns/

We ran openturns 1.16 before which still had it. The grep command above returns many hits for that term for 1.16.

create-issue-branch[bot] commented 3 years ago

Branch issue-63-openturns_library_1_17_has_no_CopulaImplementation created!