Skip to content

Commit

Permalink
Remove fixed ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed Dec 12, 2019
1 parent 6251114 commit 1fbf52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phi/viz/dash/dash_plotting.py
Expand Up @@ -38,7 +38,7 @@ def heatmap(data, settings):
assert isinstance(data, (StaggeredGrid, CenteredGrid))
assert data.rank == 2
batch = settings.get('batch', 0)
component = settings.get('component', 'x') # ToDo
component = settings.get('component', 'x')

if isinstance(data, StaggeredGrid):
if component == 'x':
Expand Down

0 comments on commit 1fbf52e

Please sign in to comment.