ucam-department-of-psychiatry / crate

Create and use de-identified research databases. Preprocess, extract text, anonymise/de-identify, link, apply natural language processing, query for research, manage consent for contact.
GNU General Public License v3.0
19 stars 8 forks source link

modify parser #3

Closed jstremme closed 6 years ago

jstremme commented 6 years ago

Modify input parameters in get_pyvalue_list function to avoid error.

RudolfCardinal commented 6 years ago

Thanks - not sure why this is an error. Works fine for me, it's the standard Python 3.5 type hinting syntax (as per https://docs.python.org/3/library/typing.html and https://www.python.org/dev/peps/pep-0484/, the latter specifically giving the example "List[Any]"), and there are about 33 of "List[Any]" in the code that all work. What error are you getting, and with which Python version?

jstremme commented 6 years ago

Strange, not getting the error now. Might have made some other mistake. Thanks anyway. Crate is working great!

RudolfCardinal commented 6 years ago

Great. If you're using it in anger, so to speak, would be lovely to hear where.