Skip to content

Commit

Permalink
fix example description
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Mar 6, 2017
1 parent 93d7cd0 commit 7a4ad54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_diffev.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""
Example using the Student's t log-likelihood
for robust fitting of data with outliers.
Example comparing leastsq with differential_evolution
on a fairly simple problem.
"""
import numpy as np
import scipy.special as sp
Expand Down

0 comments on commit 7a4ad54

Please sign in to comment.