Skip to content

Commit

Permalink
Doesn't like the line break
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Mar 17, 2017
1 parent 26b9ab6 commit 704c58a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorials/statistics/pspec_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ The power spectrum is computed using:

The power spectrum of this simulation has a slope of :math:`-2.59\pm0.06`. The spatial frequencies (in **pixels**) used in the fit can be limited by setting `low_cut` and `high_cut`. For example,

>>> pspec.run(verbose=True, ang_units=True, unit=u.arcsec,
low_cut=0.02, high_cut=0.2) # doctest: +SKIP
>>> pspec.run(verbose=True, ang_units=True, unit=u.arcsec, low_cut=0.02, high_cut=0.2) # doctest: +SKIP
OLS Regression Results
==============================================================================
Dep. Variable: y R-squared: 0.970
Expand Down

0 comments on commit 704c58a

Please sign in to comment.