You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the financial_functions.py file, there is a function def calc_system_size_and_performance(agent, sectors, rate_switch_table=None) which initializes a psycopg2 connection object in order to query normalized load profiles and agent load profiles. For each chunk processed, this function is called, meaning that these psycopg2 connections remain.
The text was updated successfully, but these errors were encountered:
Issue overview
Within the financial_functions.py file, there is a function
def calc_system_size_and_performance(agent, sectors, rate_switch_table=None)
which initializes a psycopg2 connection object in order to query normalized load profiles and agent load profiles. For each chunk processed, this function is called, meaning that these psycopg2 connections remain.The text was updated successfully, but these errors were encountered: