File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
tests/Tests/CodeStandards Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ from m in d.GetMethods()
221221 where ! ( m . Name == nameof ( RankFeatureLogarithmFunctionDescriptor . ScalingFactor ) && dt == typeof ( RankFeatureLogarithmFunctionDescriptor ) )
222222 where ! ( m . Name == nameof ( RankFeatureSigmoidFunctionDescriptor . Exponent ) && dt == typeof ( RankFeatureSigmoidFunctionDescriptor ) )
223223 where ! ( m . Name == nameof ( RankFeatureSigmoidFunctionDescriptor . Pivot ) && dt == typeof ( RankFeatureSigmoidFunctionDescriptor ) )
224+ where ! ( m . Name == nameof ( DateHistogramGroupSourceDescriptor < object > . CalendarInterval ) && dt == typeof ( DateHistogramGroupSourceDescriptor < > ) )
225+ where ! ( m . Name == nameof ( DateHistogramGroupSourceDescriptor < object > . FixedInterval ) && dt == typeof ( DateHistogramGroupSourceDescriptor < > ) )
224226
225227 select new { m , d , p } ;
226228
You can’t perform that action at this time.
0 commit comments