Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved Dependencies and old code #793

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions apps/dash-clinical-analytics/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import dash
# import dash_core_components as dcc
# import dash_html_components as html
# from dash.dependencies import Input, Output, ClientsideFunction
from dash import dcc, html, Input, Output, ClientsideFunction
import numpy as np
import pandas as pd
Expand Down Expand Up @@ -734,11 +731,6 @@ def update_table(start, end, clinic, admit_type, heatmap_click, reset_click, *ar
score_selected_index,
)
figure_list.append(department_score_figure)
# print('BREAKBREAKBREAKBREAK')
# departments = np.insert(departments, 0, None)
# figure_list[0]['layout']['margin']['b'] = 1
# print(figure_list[0]['data'][0])
# print(figure_list[0]['layout']['margin']['t'])
# Put figures in table
table = generate_patient_table(
figure_list, departments, wait_time_xrange, score_xrange
Expand Down
Loading