Skip to content

Commit

Permalink
fix numpy docstrings in unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Mar 16, 2017
1 parent 4c431a4 commit 6eee07f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions py/model_reporter/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ def unicode_params(self, groups=None, display_inital=False, display_id=False, **
-------
str
A unicode string containing the model parameters in a rectangular table.
Example
-------
>>> from larch.util.pmath import category, rename
>>> m = larch.Model.Example(1, pre=True)
>>> param_groups = [
Expand All @@ -139,7 +138,6 @@ def unicode_params(self, groups=None, display_inital=False, display_id=False, **
... 'hhinc#6' ),
... ]
>>> m.unicode_params(param_groups)
Model Parameter Estimates
┌──────────┬───────────────┬──────────┬──────┬──────────┐
│Parameter │Estimated Value│Std Error │t-Stat│Null Value│
Expand Down Expand Up @@ -179,12 +177,10 @@ def unicode_ll(self,**format):
-------
str
A unicode string containing the model estimation statistics.
Example
-------
>>> m = larch.Model.Example(1, pre=True)
>>> m.unicode_ll()
Model Estimation Statistics
┌──────────────────────────────────┬─────────┬────────┐
│Statistic │Aggregate│Per Case│
Expand Down

0 comments on commit 6eee07f

Please sign in to comment.