Simon

Results 2 issues of Simon

As I understand, the simulation results are supposed to be JSON compatible. However, in edge cases the results include Infinity, -Infinity and NaN. Those are by defintion not strict JSON...

bug

Optimized_add_cap in energy_production is in the unit kWh, should be kW or kWp instead of kWh Simplified example output: ``` { ... "energy_production": [ {... "optimized_add_cap": { "unit": "kWh",

bug