|
Ran
|
Jobs
1
|
Files
52
|
Run time
1min
|
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
36 of 45 new or added lines in 7 files covered. (80.0%)
8320 of 9860 relevant lines covered (84.38%)
0.84 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
93.47 |
0.0% | edisgo/network/topology.py |
| 1 |
72.51 |
0.0% | edisgo/tools/plots.py |
| 2 |
96.79 |
-0.33% | edisgo/network/timeseries.py |
| 5 |
74.51 |
-0.7% | edisgo/io/generators_import.py |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 20057653477.1 | 52 |
84.38 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|