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

bukosabino / ta / 1290 / 1
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: feat/359-rank-percentile-indicators
DEFAULT BRANCH: master
Ran 28 Feb 2026 05:20AM UTC
Files 8
Run time 0s
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

28 Feb 2026 05:18AM UTC coverage: 97.764%. First build
1290.1

Pull #361

circleci

Jo2234
fix: use iloc for consistent positional indexing in PSARIndicator

Fix inconsistent Series indexing in PSARIndicator._run() where
self._psar[i] was used instead of self._psar.iloc[i] at line 1030.

In pandas, Series.__setitem__ with integer keys treats them as labels,
not positions. This causes a FutureWarning in recent pandas versions
and can lead to incorrect behavior when the Series index doesn't
match the integer position.

All other indexing operations in the same method already use .iloc[i],
so this change makes the code consistent and future-proof.

Fixes #354
Fixes #357
Fixes #348
Pull Request #361: fix: use iloc for consistent positional indexing in PSARIndicator

109 of 114 branches covered (95.61%)

Branch coverage included in aggregate %.

1334 of 1362 relevant lines covered (97.94%)

0.98 hits per line

Source Files on job 1290.1
  • 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 Build 1290
  • CircleCI Build #
  • 5d01340f on github
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