PowerGridModel / power-grid-model-io

Conversion tool for various grid data formats to power-grid-model
Mozilla Public License 2.0
12 stars 8 forks source link

fix empty data auto id for tabular converter #265

Closed nitbharambe closed 1 month ago

nitbharambe commented 2 months ago

Changes proposed in this PR include:

An extra id was being generated. It occured only when no components were present after filtering. The cause was that even when an empty col_data was to be processed, the _get_id() function was getting called via the .apply function and an extra id was being generated.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud