You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Mask class is one of the most critical components of bit.sea. However, its code lacks proper documentation and could benefit from improved readability.
We should add documentation to make this class more accessible for use in other projects, such as MER.
It may also be sensible to have this class inherit from the Mesh class (see #21), as it provides a similar interface and is well-documented and tested.
The text was updated successfully, but these errors were encountered:
Currently, the
Mask
class is one of the most critical components ofbit.sea
. However, its code lacks proper documentation and could benefit from improved readability.We should add documentation to make this class more accessible for use in other projects, such as
MER
.It may also be sensible to have this class inherit from the
Mesh
class (see #21), as it provides a similar interface and is well-documented and tested.The text was updated successfully, but these errors were encountered: