Skip to content

fitsemivariance.py: typo in spherical function's docstring #2

@SimonMolinsky

Description

@SimonMolinsky

Function spherical has a small typo in docstring. Variable c0 is described as a sill and variable c is described as a nugget but they should be described inversely:

def spherical(h, c0, c, a):
    """
    Input
      h: distance
      c0: nugget
      c: sill
      a: range
    """

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions