def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(profile_analysis)
Example #2
0
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(fftspec)
Example #3
0
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(dipolarkernel)
Example #4
0
def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(correctphase)
Example #5
0
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(regoperator)
Example #6
0
def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(deerload)