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
INFO : --------------Creating Agents---------------
INFO : reassign_agent_tariffs completed in: 0.01 seconds
ERROR : Not an executable object: 'ALTER TABLE diffusion_shared."deprec_sch_FY19" OWNER to "postgres"'
Im getting this error when running the code, followed the configuration on the webinar, i fixed the issue by using the sqlalchemy function "text" in the function df_to_psql at conn.execute(sql). But the model stops after the second year of simulation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
INFO : --------------Creating Agents---------------
INFO : reassign_agent_tariffs completed in: 0.01 seconds
ERROR : Not an executable object: 'ALTER TABLE diffusion_shared."deprec_sch_FY19" OWNER to "postgres"'
Im getting this error when running the code, followed the configuration on the webinar, i fixed the issue by using the sqlalchemy function "text" in the function df_to_psql at conn.execute(sql). But the model stops after the second year of simulation.
Please help
Beta Was this translation helpful? Give feedback.
All reactions