Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent dcaa430 commit e7e8bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/example_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
if not os.path.exists(os.path.join(os.path.join(DATADIRECTORY, "out"))):
os.makedirs(os.path.join(DATADIRECTORY, "out"))


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

Expand Down
1 change: 1 addition & 0 deletions python/copclib/mp/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import concurrent.futures


# Initialize each multiprocessing thread with a copy of the copc reader
def init_mp(copc_path):
_read_node.copc_reader = copc.FileReader(copc_path)
Expand Down

0 comments on commit e7e8bae

Please sign in to comment.