google / patents-public-data

Patent analysis using the Google Patents Public Datasets on BigQuery
https://bigquery.cloud.google.com/dataset/patents-public-data:patents
Apache License 2.0
539 stars 163 forks source link

"point" undefined error fixed: should be "p" #50

Open rcmckee opened 3 years ago

rcmckee commented 3 years ago

The find_core_neighbors function takes as an argument "p" but instead uses "point" inside the function. Changing from "point" to "p" fixes the error.