You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came up with this issue while running the script for creating 500 dummy events in VA program stored in DHIS2:
Posted BLOB for VA ID 256249e2-1cad-45ab-bd3c-a3884699b6eb - returned fileResource ID: N1hsEE5RwPB
Traceback (most recent call last):
File "post_demo_events.py", line 299, in
e = VerbalAutopsyEvent(va_id, va_program_uid, args.orgunit, icd10_options, algorithm_metadata_options, file_id)
File "post_demo_events.py", line 118, in init
{"dataElement": "F4XGdOBvWww", "value": self.choose_icd10(icd10)},
File "post_demo_events.py", line 205, in choose_icd10
choices = dict(unweighted.items() + weighted.items())
TypeError: unsupported operand type(s) for +: 'dict_items' and 'dict_items'
The text was updated successfully, but these errors were encountered:
I came up with this issue while running the script for creating 500 dummy events in VA program stored in DHIS2:
Posted BLOB for VA ID 256249e2-1cad-45ab-bd3c-a3884699b6eb - returned fileResource ID: N1hsEE5RwPB
Traceback (most recent call last):
File "post_demo_events.py", line 299, in
e = VerbalAutopsyEvent(va_id, va_program_uid, args.orgunit, icd10_options, algorithm_metadata_options, file_id)
File "post_demo_events.py", line 118, in init
{"dataElement": "F4XGdOBvWww", "value": self.choose_icd10(icd10)},
File "post_demo_events.py", line 205, in choose_icd10
choices = dict(unweighted.items() + weighted.items())
TypeError: unsupported operand type(s) for +: 'dict_items' and 'dict_items'
The text was updated successfully, but these errors were encountered: