Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meshmode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
meshmode
Commits
7b43928e
Commit
7b43928e
authored
8 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
PEP8 cleanups
parent
a786dae9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meshmode/mesh/__init__.py
+3
-3
3 additions, 3 deletions
meshmode/mesh/__init__.py
with
3 additions
and
3 deletions
meshmode/mesh/__init__.py
+
3
−
3
View file @
7b43928e
from
__future__
import
division
from
__future__
import
division
,
absolute_import
from
__future__
import
absolute_import
from
six.moves
import
range
__copyright__
=
"
Copyright (C) 2010,2012,2013 Andreas Kloeckner, Michael Tom
"
__copyright__
=
"
Copyright (C) 2010,2012,2013 Andreas Kloeckner, Michael Tom
"
...
@@ -24,7 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
...
@@ -24,7 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
"""
"""
from
six.moves
import
range
import
six
import
six
import
numpy
as
np
import
numpy
as
np
import
modepy
as
mp
import
modepy
as
mp
import
numpy.linalg
as
la
import
numpy.linalg
as
la
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment