From c36d36de193d0e920f4eaa6966972f7e7cd925aa Mon Sep 17 00:00:00 2001 From: Sameer Sheorey Date: Fri, 22 Dec 2023 13:41:57 -0800 Subject: [PATCH] @nsaipova review --- cpp/open3d/io/file_format/FileXYZ.cpp | 2 +- python/test/io/{rpc => }/test_io.py | 23 ++--------------------- 2 files changed, 3 insertions(+), 22 deletions(-) rename python/test/io/{rpc => }/test_io.py (53%) diff --git a/cpp/open3d/io/file_format/FileXYZ.cpp b/cpp/open3d/io/file_format/FileXYZ.cpp index d2dc087be37..ceaa00245f2 100644 --- a/cpp/open3d/io/file_format/FileXYZ.cpp +++ b/cpp/open3d/io/file_format/FileXYZ.cpp @@ -6,7 +6,7 @@ // ---------------------------------------------------------------------------- #include -#include +#include #include "open3d/io/FileFormatIO.h" #include "open3d/io/PointCloudIO.h" diff --git a/python/test/io/rpc/test_io.py b/python/test/io/test_io.py similarity index 53% rename from python/test/io/rpc/test_io.py rename to python/test/io/test_io.py index 76247994318..0678bb4ae9c 100644 --- a/python/test/io/rpc/test_io.py +++ b/python/test/io/test_io.py @@ -1,27 +1,8 @@ # ---------------------------------------------------------------------------- # - Open3D: www.open3d.org - # ---------------------------------------------------------------------------- -# The MIT License (MIT) -# -# Copyright (c) 2018-2021 www.open3d.org -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -# IN THE SOFTWARE. +# Copyright (c) 2018-2023 www.open3d.org +# SPDX-License-Identifier: MIT # ---------------------------------------------------------------------------- import open3d as o3d