-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major cleanup after migration to classes
- Loading branch information
André Gaul
committed
Feb 2, 2014
1 parent
3c2d7c2
commit e92f5e7
Showing
4 changed files
with
2 additions
and
165 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
from . import compute, demo, visualize | ||
from .nonnormal import NonnormalMeshgrid, NonnormalTriang, NonnormalPoints | ||
from .normal import Normal, NormalEvals | ||
from . import demo | ||
|
||
__all__ = ['NonnormalMeshgrid', 'NonnormalTriang', 'NonnormalPoints', | ||
'Normal', 'NormalEvals', | ||
'compute', 'demo', 'visualize'] | ||
'demo'] |
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.