Simulation results formatted incorrectly #56

Closed
opened 2023-11-02 12:11:27 -04:00 by k_wells · 1 comment
Owner

In the current admin tool, we are running json.dumps(results) before inserting the data into the database which is adding escape characters. SQLAlchemy already inserts a json.dumps(), so we need to remove this. In addition, the API seems to be configured to handle this, but it is in fact a bug. The API needs to be modified to work with the correct results.

In the current admin tool, we are running json.dumps(results) before inserting the data into the database which is adding escape characters. SQLAlchemy already inserts a json.dumps(), so we need to remove this. In addition, the API seems to be configured to handle this, but it is in fact a bug. The API needs to be modified to work with the correct results.
Author
Owner

Closing this issue as it was fixed a while ago.

Closing this issue as it was fixed a while ago.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: CERC/hub#56
No description provided.