Skip to content

Convert psycopg2 to float, and manage side effects in legends and plots

Raphael Delhome requested to merge fix-data-types into master

There are still some decimal.Decimal values when reading data from psycopg2. This MR intends to cast them as float, and to handle some side effects in paint methods for legends and plots.

Merge request reports