Skip to content

Commit

Permalink
docs(camtools): add reference link to Open3D compatibility issue in c…
Browse files Browse the repository at this point in the history
…omment for clarity
  • Loading branch information
yxlao committed Jan 11, 2025
1 parent 15eeb34 commit 19e7de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions camtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def _get_package_version(package):


# Check open3d and numpy compatibility
# https://github.com/isl-org/Open3D/issues/6840
try:
logging.basicConfig(format="%(message)s")
_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 19e7de8

Please sign in to comment.