Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Ensemble/EntryPoints/CreateEnsemble.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ internal static void SerializeRoleMappedData(IHostEnvironment env, IChannel ch,
/// <see ref="dataZipEntryNames"/> and <see ref="dataSerialized"/>.
/// This method throws if for any of the entries the name/byte sequence are not identical.
/// </summary>
private static void CheckSamePipeline(IHostEnvironment env, IChannel ch,
internal static void CheckSamePipeline(IHostEnvironment env, IChannel ch,
RoleMappedData dataToCompare, byte[][] dataSerialized, string[] dataZipEntryNames)
{
Contracts.CheckValue(env, nameof(env));
Expand Down