Skip to content

added vector kd tree #18

added vector kd tree

added vector kd tree #18

Triggered via push August 9, 2024 23:03
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: BrightData/Buffer/InMemoryBuffer.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: BrightData/Analysis/CastToDoubleNumericAnalysis.cs#L16
The field 'CastToDoubleNumericAnalysis<T>._count' is never used
build: BrightData/Buffer/Operations/Conversion/ConversionBase.cs#L17
Field 'ConversionBase<FT, T>._onComplete' is never assigned to, and will always have its default value null
build: BrightData/Analysis/StaticAnalysers.cs#L26
Missing XML comment for publicly visible type or member 'StaticAnalysers.CreateNumericAnalyserCastToDouble<T>(uint)'
build: BrightData/ExtensionMethods.Distributions.cs#L16
Missing XML comment for publicly visible type or member 'ExtensionMethods.NextRandom<T>(BrightDataContext)'
build: BrightData/ExtensionMethods.Span.cs#L1657
Missing XML comment for publicly visible type or member 'ExtensionMethods.NIndices<T, AT>(ReadOnlySpan<T>)'
build: BrightData/ExtensionMethods.Span.cs#L1666
Missing XML comment for publicly visible type or member 'ExtensionMethods.EuclideanNormalize<T>(ReadOnlySpan<T>)'
build: BrightData/ExtensionMethods.Span.cs#L1678
Missing XML comment for publicly visible type or member 'ExtensionMethods.ManhattanNormalize<T>(ReadOnlySpan<T>)'
build: BrightData/ExtensionMethods.TensorSegment.cs#L621
Missing XML comment for publicly visible type or member 'ExtensionMethods.NIndices<T, AT>(IReadOnlyNumericSegment<T>)'
build: BrightData/Types/FixedSizeSortedArray/FixedSizeSortedArrayTemplate.cs#L136
Missing XML comment for publicly visible type or member 'FixedSizeSortedAscending1Array<V, W>.ToString()'