Skip to content

Commit 9ceb805

Browse files
author
oliag
committed
Fix broken test
1 parent 38d28a2 commit 9ceb805

File tree

6 files changed

+4915
-19
lines changed

6 files changed

+4915
-19
lines changed

build.proj

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@
6565
</Target>
6666

6767
<ItemGroup>
68-
<TestFile Include="$(MSBuildThisFileDirectory)/test/data/external/winequality-white.csv"
68+
<TestFile Include="$(MSBuildThisFileDirectory)/examples/datasets/external/winequality-white.csv"
6969
Url="https://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/winequality-white.csv"
70-
DestinationFile="$(MSBuildThisFileDirectory)test/data/external/winequality-white.csv" />
70+
DestinationFile="$(MSBuildThisFileDirectory)examples/datasets/external/winequality-white.csv" />
7171
</ItemGroup>
7272

7373
<Target Name="DownloadExternalTestFiles" Inputs="@(TestFile)" Outputs="%(TestFile.DestinationFile)">
7474
<Message Importance="High" Text="Downloading external test files... %(TestFile.DestinationFile)" />
7575
<DownloadFilesFromUrl Items="@(TestFile)"
76-
DestinationDir="test/data/external"
77-
TreatErrorsAsWarnings="true"/>
76+
DestinationDir="examples/datasets/external"
77+
TreatErrorsAsWarnings="true"/>
7878
</Target>
7979

8080
<Target Name="RunTests" Condition="'$(RunTests)'=='true'">

examples/UCI/readme.md

-3
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)