Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
forgot to run black
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Jan 6, 2021
1 parent 48e1541 commit fe08977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylas/point/dims.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,12 @@ def raise_if_version_not_compatible_with_fmt(point_format_id: int, file_version:


class SubFieldView:
""" Offers a view onto a LAS field that is a bit field.
"""Offers a view onto a LAS field that is a bit field.
This class allows to read and modify, the array that stores the
bit field directly.
"""

def __init__(self, array: np.ndarray, bit_mask):
self.array = array
self.bit_mask = self.array.dtype.type(bit_mask)
Expand Down

0 comments on commit fe08977

Please sign in to comment.