-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError in get_colnames_features #3
Comments
Hello @rsancheztaksoiai Do you mean the example using python package?
I just tried that and it works well:
|
Hi @fireindark707 , thanks for your quick response! Yeah, I meant that example, these are the steps I'm performing: $mkdir python_matching $cd python_matching/ $python3 -m venv env $source env/bin/activate $pip install schema-matching $touch matching_test.py ( and copy the example code into it) $cp -r 'Test Data'/ ~/python_matching/TestData (copy the Test Data directory from the repository) $python3 matching_test.py schema_matching|Loading sentence transformer, this will take a while... |
i was getting this error and able to fix the issue by adding below line: in the function : |
Hi,
Trying to run the example in the docs, but got this error:
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (5,) + inhomogeneous part.
The text was updated successfully, but these errors were encountered: