-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
__str__
method to classes (#213)
Add a `__str__` method to the `Sphere`, `Ellipsoid` and `TriaxialEllipsoid` classes that displays information about the realization in more readable way than `__repr__`. Use a new line character to separate mnultiple references in the realizations. Polish a few of the examples in the docstrings.
- Loading branch information
1 parent
785d521
commit d006aca
Showing
4 changed files
with
183 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.