Skip to content

Commit

Permalink
Remove 'not yet functional' note from doc for high-pass model
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Dec 1, 2024
1 parent f5e397c commit afe055f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/echosms/hpmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@


class HPModel(ScatterModelBase):
"""High-pass (HP) scattering model.
Notes
-----
This model is not yet functional.
"""
"""High-pass (HP) scattering model."""

def __init__(self):
super().__init__()
Expand Down

0 comments on commit afe055f

Please sign in to comment.