almost-matching-exactly / DAME-FLAME-Python-Package

A Python Package providing two algorithms, DAME and FLAME, for fast and interpretable treatment-control matches of categorical data
https://almost-matching-exactly.github.io/DAME-FLAME-Python-Package/
MIT License
56 stars 14 forks source link

Fix to broken Linux test #43

Closed nehargupta closed 2 years ago

nehargupta commented 2 years ago

Apparently accessing a df column via df[[colname]] flies fine in other OS, but you need one pair of brackets in Linux. (Still not actually sure why this didn't get flagged by Travis-CI in the many previous iterations of running tests we've done, but oh well)