Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
pystencils
Commits
790a98fc
Commit
790a98fc
authored
Aug 16, 2019
by
Martin Bauer
Browse files
Missing import
- how could this not have been caught by the tests?!
parent
e87d0f68
Changes
2
Hide whitespace changes
Inline
Side-by-side
pystencils/plot.py
View file @
790a98fc
...
...
@@ -3,6 +3,7 @@ This module extends the pyplot module with functions to show scalar and vector f
simulation coordinate system (y-axis goes up), instead of the "image coordinate system" (y axis goes down) that
matplotlib normally uses.
"""
import
warnings
from
itertools
import
cycle
from
matplotlib.pyplot
import
*
...
...
pystencils/simp/assignment_collection.py
View file @
790a98fc
...
...
@@ -5,8 +5,7 @@ import sympy as sp
from
pystencils.assignment
import
Assignment
from
pystencils.simp.simplifications
import
(
sort_assignments_topologically
,
transform_lhs_and_rhs
,
transform_rhs
)
sort_assignments_topologically
,
transform_lhs_and_rhs
,
transform_rhs
)
from
pystencils.sympyextensions
import
count_operations
,
fast_subs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment