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, a very small thing, but when running the example presented in the Readme.md, in the "Interpreter Module" section, the argument "--output" is not currently supported. Here is the fixed line of code.
Current: python nspm/interpreter.py --input data/art_30 --output data/art_30 --query "yuncken freeman has architected in how many cities?"
New: python nspm/interpreter.py --input data/art_30 --query "yuncken freeman has architected in how many cities?"
The text was updated successfully, but these errors were encountered:
Hi, a very small thing, but when running the example presented in the Readme.md, in the "Interpreter Module" section, the argument "--output" is not currently supported. Here is the fixed line of code.
Current:
python nspm/interpreter.py --input data/art_30 --output data/art_30 --query "yuncken freeman has architected in how many cities?"
New:
python nspm/interpreter.py --input data/art_30 --query "yuncken freeman has architected in how many cities?"
The text was updated successfully, but these errors were encountered: