-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
I've installed sematch both on my local system and Google Colab. There is a problem with the sparkql.py file located in https://github.com/gsi-upm/sematch/sematch/semantic/ when I'm installing it using pip.
I've checked this file in this repository and it's all fine:
sematch/sematch/semantic/sparql.py
Line 37 in 7e92b17
| print(query) |
but in the installed files in my local system and Google Colab, I found this:
print query
This will lead to a SyntaxError for missing parentheses.
geeythree, laniger and rmaheshwari12
Metadata
Metadata
Assignees
Labels
No labels