Skip to content

Commit

Permalink
Add notebooks for point, (multi)linestring, (multi)polygon (#566)
Browse files Browse the repository at this point in the history
* Add notebooks for point, (multi)linestring, (multi)polygon

* flake8

* Move geo tests to "geo" subfolder

* ignore geo subfolder
  • Loading branch information
guilhermeleobas authored Jul 14, 2023
1 parent 5691e7b commit fbb4964
Show file tree
Hide file tree
Showing 7 changed files with 1,831 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rbc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,6 @@ jobs:
- name: Execute pytest
shell: bash -l {0}
run: |
pytest -v -rs --nbval notebooks/ -x
pytest -v -rs --nbval notebooks/ -x --ignore notebooks/geo
pkill -f heavydb
cat heavydb-output.txt
Loading

0 comments on commit fbb4964

Please sign in to comment.