Skip to content

Commit

Permalink
Small tweaks before PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrielle Ondreicka committed Nov 8, 2019
1 parent 5c3b5a0 commit 73793a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion postreise/plot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__all__ = ['analyze_pg', 'analyze_set']
__all__ = ['analyze_pg', 'analyze_set', 'multi']
8 changes: 4 additions & 4 deletions postreise/plot/multi/plot_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ def _get_data_chart_from_scenario(scenario_id, zone_list):
scenario = Scenario(scenario_id)
scenario_name = scenario.info['name']
data_chart = apg(scenario,
('2016-01-01-00', '2016-12-31-23', 'utc', 'H'),
zone_list,
SCENARIO_RESOURCE_TYPES,
'chart', normalize=False).get_data()
('2016-01-01-00', '2016-12-31-23', 'utc', 'H'),
zone_list,
SCENARIO_RESOURCE_TYPES,
'chart', normalize=False).get_data()
plt.close('all')
return data_chart, scenario_name

Expand Down

0 comments on commit 73793a5

Please sign in to comment.