Skip to content

Commit

Permalink
Renamed the interative_widget to iteration_widget
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSondhi committed Aug 9, 2021
1 parent f0809bd commit 5880dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tardis/simulation/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ def run(self):
)
self._call_back()

self.interactive_widget()
self.iteration_widget()

def interactive_widget(self):
def iteration_widget(self):
"""
Generates the Interactive Widget for displaying the
Plasma Data that has been generated by the simulation for
Expand Down
1 change: 0 additions & 1 deletion tardis/visualization/widgets/shell_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
species_tuple_to_string,
)

# from tardis.simulation import Simulation
from tardis.visualization.widgets.util import create_table_widget

import pandas as pd
Expand Down

0 comments on commit 5880dcf

Please sign in to comment.