Skip to content

Commit

Permalink
Merge pull request nanograv#1782 from dlakaplan/fixdocstring
Browse files Browse the repository at this point in the history
Fixed docstring in one simulation routine
  • Loading branch information
abhisrkckl authored Jun 26, 2024
2 parents ebc27d2 + 1a234ff commit 61d6d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pint/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ def make_fake_toas(
name: str = "fake",
subtract_mean: bool = True,
) -> pint.toa.TOAs:
"""Make toas from an array of times
"""Make toas from an array of TOAs
Can include alternating frequencies if fed an array of frequencies,
only works with one observatory at a time
Uses the input TOAs as a starting place, but then adjusts to fit the given model
and then optionally adds noise.
Parameters
----------
Expand Down

0 comments on commit 61d6d2f

Please sign in to comment.