We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7344bea commit e225b4dCopy full SHA for e225b4d
build_tools/appveyor/test.ps1
@@ -3,7 +3,7 @@
3
- "cd C:\\"
4
5
$installed_imblearn_folder = $(python -c "import os; os.chdir('c:/'); import imblearn;\
6
-print(os.path.dirname(pydicom.__file__))")
+print(os.path.dirname(imblearn.__file__))")
7
echo "imblearn found in: $installed_imblearn_folder"
8
9
# --pyargs argument is used to make sure we run the tests on the
0 commit comments