PowerGridModel / power-grid-model

Python/C++ library for distribution power system analysis
Mozilla Public License 2.0
143 stars 30 forks source link

Feature/Update validation for columnar #734

Closed figueroa1395 closed 1 week ago

figueroa1395 commented 1 week ago

Update validation functions to support columnar data:

figueroa1395 commented 1 week ago

At this moment, the columnar based batch data is validated by converting the full batch to row based, which may have a big memory overhead. However, once #699 is finished, this will be upgraded to do the conversion per individual batches.

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

figueroa1395 commented 1 week ago

Merging now and doing the incremental upgrade to per-batch scenario validation later. This way the functionality is already provided to the users.