Skip to content

Commit 26bac5f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff806e5 commit 26bac5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example/example_writer.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
if not os.path.exists(os.path.join(os.path.join(DATADIRECTORY, "out"))):
99
os.makedirs(os.path.join(DATADIRECTORY, "out"))
1010

11+
1112
# In this example, we'll filter the autzen dataset to only contain depth levels 0-3.
1213
def TrimFileExample(compressor_example_flag):
1314

python/copclib/mp/read.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import concurrent.futures
66

7+
78
# Initialize each multiprocessing thread with a copy of the copc reader
89
def init_mp(copc_path):
910
_read_node.copc_reader = copc.FileReader(copc_path)

0 commit comments

Comments
 (0)