Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Sep 29, 2023
1 parent 6175ec7 commit 68181e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def __init__(self, obs_times_mjd, elong=None, elat=None, raj=None,
self._toaerrs = np.ones_like(obs_times_mjd) * toaerrs

self._designmatrix, self.fitpars = utils.create_spindown_timing_model(
self._toas, order=spindown_order=2)
self._toas, order=spindown_order)
self._ssbfreqs = np.ones_like(self._toas) * ssbfreqs / 1e6
self._telescope = telescope

Expand Down

0 comments on commit 68181e2

Please sign in to comment.