Skip to content

Commit 25c0be7

Browse files
committed
Lintrunner fixes
Signed-off-by: Orlaith Monahan <orlaith.monahan@arm.com>
1 parent 0c2d1cd commit 25c0be7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

onnxruntime/test/framework/ort_model_only_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ std::filesystem::path ResolveTestPath(const std::filesystem::path& path) {
4343
}
4444

4545
static const std::filesystem::path kSourceTestRoot =
46-
std::filesystem::path{WIDEN(__FILE__)}.parent_path().parent_path();
46+
std::filesystem::path{WIDEN(__FILE__)}.parent_path().parent_path();
4747
std::filesystem::path source_candidate = kSourceTestRoot / path;
4848
if (std::filesystem::exists(source_candidate)) {
4949
return source_candidate;

onnxruntime/test/optimizer/nhwc_transformer_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ TEST(NhwcTransformerTests, ConvDepthwiseFloat) {
247247
/*opset_version*/ 12,
248248
/*per_sample_tolerance*/ 1e-6,
249249
/*relative_per_sample_tolerance*/ 1e-6);
250-
251250
}
252251

253252
TEST(NhwcTransformerTests, ConvAveragePool) {

0 commit comments

Comments
 (0)