|
Ran
|
Files
52
|
Run time
1s
|
Badge
README BADGES
|
push
github
Fix DataFrame compatibility and optimize operations (#530) * fix: replace direct indexing with iloc for pandas DataFrame compatibility * fix: replace direct indexing with iloc for DataFrame compatibility * fix: simplify groupby call in grid_expansion_costs function * fix: change designated_charging_point_capacity initialization to float for consistency * fix: optimize concatenation of q_control DataFrame to handle empty cases * fix: filter out empty DataFrames before concatenation to avoid FutureWarning fix: update drop method to avoid inplace modification for DataFrame compatibility * Feature/update GitHub actions to minimize parallel tests (#536) * prevent concurrent test runs to avoid database conflicts * refactor: improve concurrency control in GitHub Actions workflow to prevent database conflicts * update indexing to use .iloc for consistency and avoid FutureWarnings * Revert "Feature/update GitHub actions to minimize parallel tests (#536)" This reverts commit be682f446. * Fix frequency parameter in date_range to use uppercase 'H' for hours * refactor: replace global concurrency lock with Turnstyle for queue management
8320 of 9860 relevant lines covered (84.38%)
0.84 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|