Skip to content

Commit

Permalink
DOC: updated test docstrings
Browse files Browse the repository at this point in the history
Fixed bad test docstrings.
  • Loading branch information
aburrell committed Jul 21, 2022
1 parent 73bf1b8 commit d121329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocbpy/tests/test_ocb_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2017, AGB & GC
# Full license can be found in License.md
# -----------------------------------------------------------------------------
"""Tests the ocboundary class and functions."""
"""Tests the OCB correction functions."""

import numpy as np
import unittest
Expand Down
2 changes: 1 addition & 1 deletion ocbpy/tests/test_ocb_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2017, AGB & GC
# Full license can be found in License.md
# -----------------------------------------------------------------------------
""" Tests the ocboundary class and functions
""" Tests the time functions
"""

import datetime as dt
Expand Down

0 comments on commit d121329

Please sign in to comment.