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

bukosabino / ta / 1317
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: fix/psar-iloc-setitem
DEFAULT BRANCH: master
Ran 31 Jul 2026 06:52AM UTC
Jobs 1
Files 8
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

31 Jul 2026 06:50AM UTC coverage: 97.764%. First build
1317

Pull #368

circleci

saket3395
fix: use .iloc for PSAR series assignment to avoid deprecated positional setitem

Fixes #354, #357, #339, #348. In PSARIndicator._run, one assignment
(self._psar[i] = high2) used bare positional __setitem__ while the
surrounding code already used .iloc[i] consistently. This triggers
pandas' FutureWarning for Series.__setitem__ positional indexing and
is inconsistent with the rest of the method, as reported independently
across four issues.

Changed to self._psar.iloc[i] = high2 to match the rest of the method.
Pull Request #368: Fix PSAR series assignment to use .iloc consistently

109 of 114 branches covered (95.61%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

1334 of 1362 relevant lines covered (97.94%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1317.1 31 Jul 2026 06:52AM UTC 8
97.76
CircleCI Job
Source Files on build 1317
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #1317
  • Pull Request #368
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc