Skip to content

Commit

Permalink
removed some old code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Apr 13, 2022
1 parent d6b2581 commit 06ad9d7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ruins/apps/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,20 +335,6 @@ def warming_data_plotter(dataManager: DataManager, config: Config):
# st.markdown(expl_md, unsafe_allow_html=True)


def weather_explorer(config: Config, dataManager: DataManager):
"""
TODO: refactor this whole app into the main_app
"""
# switch the topic
topic = config['current_topic']
if topic == 'Warming':
warming_data_plotter(dataManager, config)

elif topic == 'Weather Indices':
climate_indices(dataManager, config)



def main_app(**kwargs):
"""Describe the params in kwargs here
"""
Expand Down

0 comments on commit 06ad9d7

Please sign in to comment.