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

bukosabino / ta / 1290
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: fix/psar-iloc-indexing
DEFAULT BRANCH: master
Ran 28 Feb 2026 05:20AM 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

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

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 %.

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 1290.1 28 Feb 2026 05:20AM UTC 8
97.76
CircleCI Job
Source Files on build 1290
  • 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 #1290
  • Pull Request #361
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