Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Remove deprecated DatasetTests #1111

Merged
merged 1 commit into from
Oct 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Tests/TensorFlowTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ add_library(TensorFlowTests

OperatorTests/BasicTests.swift
OperatorTests/ComparisonTests.swift
OperatorTests/DatasetTests.swift
OperatorTests/ImageTests.swift
OperatorTests/LinearAlgebraTests.swift
OperatorTests/MathTests.swift
Expand Down
156 changes: 0 additions & 156 deletions Tests/TensorFlowTests/OperatorTests/DatasetTests.swift

This file was deleted.

1 change: 0 additions & 1 deletion Tests/TensorFlowTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import XCTest
testCase(BasicOperatorTests.allTests),
testCase(ComparisonOperatorTests.allTests),
testCase(ContextTests.allTests),
testCase(DatasetTests.allTests),
testCase(EpochsTests.allTests),
testCase(ImageTests.allTests),
testCase(InitializerTests.allTests),
Expand Down