Skip to content

Commit

Permalink
empty dataframe logic updated
Browse files Browse the repository at this point in the history
  • Loading branch information
amynickolls committed Jun 24, 2024
1 parent 455701c commit bdb2501
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dm_regional_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,12 @@ def adjusted(request):
empty_dataframe = True
chart = None

transition_rates = None

exit_rates = None

entry_rates = None

else:
empty_dataframe = False

Expand Down

0 comments on commit bdb2501

Please sign in to comment.