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
Running basic_tutorial_qcgpj.py terminates abruptly with the following message:
Traceback (most recent call last):
File "basic_tutorial_qcgpj.py", line 44, in <module>
campaign.campaign_db.dump()
File "/home/mghorbani/workspace/FabSim/venv/lib/python3.8/site-packages/easyvvuq/db/sql.py", line 954, in dump
result[table.name] = [dict(row) for row in self.engine.execute(table.select())]
AttributeError: 'Engine' object has no attribute 'execute'
Removing the line "campaign.campaign_db.dump()" will allow the execution to be completed successfully, however, it might have ramifications for handling db.
The text was updated successfully, but these errors were encountered:
Running basic_tutorial_qcgpj.py terminates abruptly with the following message:
Removing the line "campaign.campaign_db.dump()" will allow the execution to be completed successfully, however, it might have ramifications for handling db.
The text was updated successfully, but these errors were encountered: