Skip to content

Commit 32e3330

Browse files
committed
Fix two tests from failing by writing to same path from two concurrently running tests.
1 parent 318e1cc commit 32e3330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.Tests/Scenarios/Api/CookbookSamples/CookbookSamples.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private void TrainRegression(string trainDataPath, string testDataPath, string m
153153
[Fact]
154154
public void TrainRegressionModel()
155155
=> TrainRegression(GetDataPath(TestDatasets.generatedRegressionDataset.trainFilename), GetDataPath(TestDatasets.generatedRegressionDataset.testFilename),
156-
DeleteOutputPath("cook_model.zip"));
156+
DeleteOutputPath("cook_model_static.zip"));
157157

158158
private ITransformer TrainOnIris(string irisDataPath)
159159
{

0 commit comments

Comments
 (0)