Skip to content

Commit

Permalink
exclude experimental work from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Srivastava committed Oct 17, 2023
1 parent 348b20f commit ced0bf6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 40 deletions.
6 changes: 5 additions & 1 deletion docs/source/examples/nlp/wilds_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"# todo check things work on new branch installs etc\n",
"# todo remove this exp code from test requirement\n",
"# todo ?"
]
}
],
"metadata": {
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ addopts =
--cov-report=term
--cov-report=html
--doctest-modules
exclude =
menelaus/experimental
21 changes: 0 additions & 21 deletions tests/menelaus/nlp_experimental/test_alarm.py

This file was deleted.

18 changes: 0 additions & 18 deletions tests/menelaus/nlp_experimental/test_representation.py

This file was deleted.

0 comments on commit ced0bf6

Please sign in to comment.