Home
last modified time | relevance | path

Searched refs:featureKey (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/truth/
DTimeSeriesSubject.kt91 featuresToCompare.forEach { featureKey -> in <lambda>() method
92 val actualFeature = checkNotNull(actual.features[featureKey]) in <lambda>()
93 val expectedFeature = checkNotNull(expected.features[featureKey]) in <lambda>()
102 add(simpleFact("TimeSeries.features[$featureKey].dataPoints do not match")) in <lambda>()