Skip to content

Commit

Permalink
Removed wget.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Aug 27, 2022
1 parent 44c3688 commit 18dfccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
17 changes: 3 additions & 14 deletions doc/source/examples/pdp_regression_bike.ipynb

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions testing/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@
'similarity_explanations_20ng.ipymb', # times out, likely due to the EmbeddingModel being slow
}
if platform.system() == 'Windows':
EXCLUDE_NOTEBOOKS.update({
'protoselect_adult_cifar10.ipynb',
'pdp_regression_bike.ipynb'
}) # Exclude <your notebook> on Windows due to the use of wget
EXCLUDE_NOTEBOOKS.add('protoselect_adult_cifar10.ipynb') # Exclude <your notebook> on Windows due to the use of wget
EXCLUDE_NOTEBOOKS.add('similarity_explanations_20ng.ipynb') # times out, likely due to the EmbeddingModel being slow
EXCLUDE_NOTEBOOKS.add('trustscore_mnist.ipynb') # times out
if platform.system() == 'Darwin':
Expand Down

0 comments on commit 18dfccc

Please sign in to comment.