• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openfisca / openfisca-survey-manager / 22627390271
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: refactor/typing-core-io
DEFAULT BRANCH: master
Ran 03 Mar 2026 02:26PM UTC
Jobs 2
Files 0
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Mar 2026 02:25PM UTC coverage: 0.0%. Remained the same
22627390271

Pull #389

github

benjello
refactor: clean up pandas anti-patterns in coicop, calibration, calmar

coicop.py:
- Replace inplace=True (reset_index, rename, drop) with reassignment
- Fix for-loop drop that silently did nothing (loop var is local)

calibration.py:
- Fix crash: pd.DataFrame.from_items() removed since pandas 1.0;
  replace with pd.DataFrame({"actual":…, "initial":…, "category":…})
  (triggered on bool/Enum calibration variables)

calmar.py:
- Replace column-copy loops with .copy() slice (simpler, same result)
- Replace list_col_to_add + pd.Series + pd.concat(axis=1) with
  direct column assignment (no intermediate allocations)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #389: perf: replace weightedcalcs/wquantiles with pure numpy in statshelpers

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22627390271.1 03 Mar 2026 02:26PM UTC 0
0.0
GitHub Action Run
2 22627390271.2 03 Mar 2026 02:26PM UTC 0
0.0
GitHub Action Run
Source Files on build 22627390271
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #389
  • PR Base - master (#22625629833)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc