Skip to content

Conversation

@codemzs
Copy link
Member

@codemzs codemzs commented Dec 27, 2018

I still need to remove all those baseline files that are no longer used and then document all the tests that may need to be re-written using the new API such as ONNX converter test and FSharp test. In the end I want to compare how much the code coverage has changed between this change and master.

CC: @TomFinley, @sfilipi

thrown = true;
}
Assert.True(thrown);
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change.

@codemzs codemzs added the API Issues pertaining the friendly API label Dec 27, 2018
@codemzs codemzs added this to the 1218 milestone Dec 27, 2018
@codemzs codemzs self-assigned this Dec 27, 2018
@@ -1,62 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<members>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is still needed. you can swap the references

namespace Microsoft.ML.Benchmarks
{
#pragma warning disable 612, 618
public class LegacyPredictionEngineBench
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LegacyPredictionEngineBench [](start = 17, length = 27)

does this need to get translated to the regular prediction engine?

module SmokeTest1 =

type SentimentData() =
[<LoadColumn(columnIndex = 0); DefaultValue>]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[<LoadColumn(columnIndex = 0); DefaultValue> [](start = 7, length = 45)

i think those need to get translated too.

namespace Microsoft.ML.Tests
{
#pragma warning disable 612, 618
public class OnnxTests : BaseTestBaseline
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OnnxTests [](start = 17, length = 9)

are there other ONNX tests? Do those need to migrate?

using Xunit;

namespace Microsoft.ML.Scenarios
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not positive those tests have an equivalent through the other API.

I know the Scenarios/PipelineApi folder ones do.

}

[Fact]
public void InitializerCreationTest()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this test really related to legacy APIs?

@codemzs
Copy link
Member Author

codemzs commented Jan 6, 2019

closing this since #2043 replaces this PR.

@codemzs codemzs closed this Jan 6, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

API Issues pertaining the friendly API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants