Imported the static variable labels from const.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import panel as pn
|
|
2 |
import pandas as pd
|
3 |
import os
|
4 |
|
5 |
-
from consts import INVERTER_ID_MAPPING, TEMPERATURE_COLUMNS_TO_USE
|
6 |
from plotting import (
|
7 |
create_heatmap,
|
8 |
create_iv_plot_with_power_curves,
|
|
|
2 |
import pandas as pd
|
3 |
import os
|
4 |
|
5 |
+
from consts import INVERTER_ID_MAPPING, TEMPERATURE_COLUMNS_TO_USE, CURRENT, IRRADIANCE, VOLTAGE, POWER_DC, POWER_AC, T_AMBIENT, T_MODULE, T_HEATSINK, T_CPU, T_BOARD
|
6 |
from plotting import (
|
7 |
create_heatmap,
|
8 |
create_iv_plot_with_power_curves,
|