nyuvis / patient-viz

Visualization of electronic medical records or other sequence event data.
MIT License
90 stars 29 forks source link

wrong number of arguments for handleRow #40

Closed JosuaKrause closed 9 years ago

JosuaKrause commented 9 years ago

I keep getting errors when I try to re-run the feature extraction. I've pulled the newest changes and opd--> cms. The error I'm getting is: " TypeError: handleRow() takes exactly 4 arguments (2 given) ", in regards to the cms_get_patient.handleRow(row, obj) function.

I get this when I try to pull all data (command: ./extract.py --age-time 20100101 --to 20100101 -o output.csv -f ../format.json -c ../config.txt -- ../cms), or when I try to define cohorts first (command: ./cohort.py --query-file cases.txt -f ../format.json -c ../config.txt -o cohort_cases.txt -- ../cms).

reported by @pja279

JosuaKrause commented 9 years ago

Please use 8b74412bc29233524bee44410cf5a41a8db81b36 until the issue is resolved