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
Hi! I noticed that while I was trying to build my own Linker, the script export_umls_json.py is currently failing, and may have been for the past 10 months. Traceback below:
Traceback (most recent call last):
File "/dir/to/project/export_umls_json.py", line 115, in <module>
main(args.meta_path, args.output_path, args.lang, args.source, args.non_suppressed)
TypeError: main() takes from 2 to 4 positional arguments but 5 were given
Commenting out the last argument (lines 109-113) doesn't resolve the issue as well, creating an empty jsonl file.
For now, I'm using the previous commit's code but the current script may need to be reverted. Thanks!
The text was updated successfully, but these errors were encountered:
Hi! I noticed that while I was trying to build my own Linker, the script export_umls_json.py is currently failing, and may have been for the past 10 months. Traceback below:
Commenting out the last argument (lines 109-113) doesn't resolve the issue as well, creating an empty jsonl file.
For now, I'm using the previous commit's code but the current script may need to be reverted. Thanks!
The text was updated successfully, but these errors were encountered: