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).
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