Skip to content

Commit

Permalink
TEST: Exclude getters from notebook tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmajor committed Dec 6, 2023
1 parent 9a80590 commit e28af43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Test notebooks
run: |
pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/**/*.ipynb
pytest --nbmake --nbmake-timeout=3000 examples/EnvironmentCheck.ipynb examples/Hello3DWorld.ipynb examples/NumPyArrayPointSet.ipynb examples/integrations/**/*.ipynb
31 changes: 0 additions & 31 deletions examples/Hello3DWorld.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,37 +117,6 @@
"viewer"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "79deafd4-a8bf-4332-bda1-6dacf37e1ec9",
"metadata": {},
"outputs": [],
"source": [
"annotations = viewer.get_annotations_enabled()"
]
},
{
"cell_type": "code",
"execution_count": 6,
"id": "2f677bbb-91b1-4bf1-b4bf-1911ad1df326",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"annotations"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit e28af43

Please sign in to comment.