bd2kccd / py-causal

Other
204 stars 50 forks source link

conda package out of date (broken on Python 3.6) #108

Open rishi1999 opened 3 years ago

rishi1999 commented 3 years ago

The conda package hasn't been updated since 2018-05-04 and is largely non-functional on Python 3.6 due to syntax bugs.

For example, the method tetrad.listScores() causes an error because it attempts to use .sort() on a dictionary. This issue is fixed on this repo, but none of the fixes are in the conda package yet.