Skip to content

Commit

Permalink
models module no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Jun 26, 2015
1 parent 4d6dd4a commit 0c4b491
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Let's say that we have a exponential decay with Poissonian noise,
>>> ys = np.random.poisson(400 * np.exp(-xs / 400.))

We first define the functional form which we believe describes our
data (or use one of the models provided in the :mod:`squmfit.models`
module),
data,

>>> import squmfit
>>> def exponential_model(t, amplitude, rate):
Expand Down

0 comments on commit 0c4b491

Please sign in to comment.