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

bukosabino / ta
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: fix/psar-iloc-indexing
DEFAULT BRANCH: master
Repo Added 12 Nov 2019 05:35PM UTC
Files 8
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

LAST BUILD ON BRANCH fix/psar-iloc-indexing
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • added-pivot-points
  • develop
  • feature/Twiggs-Money-Flow
  • feature/clean-code
  • feature/doc3
  • feature/doc5
  • feature/fix-roc
  • feature/fstring
  • feature/macd
  • feature/proof-of-coverage
  • feature/tests
  • feature/warning
  • fix/psar-iloc-indexing
  • master
  • patch-1

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

Relevant lines Covered
Build:
Build:
1362 RELEVANT LINES 1334 COVERED LINES
0.98 HITS PER LINE
Source Files on master
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1290 fix/psar-iloc-indexing 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 t... Pull #361 28 Feb 2026 05:20AM UTC Jo2234 circleci
97.76
1289 patch-1 fix: Typo in Donchian mband in README.md Pull #360 03 Feb 2026 02:20AM UTC web-flow circleci
97.76
1284 patch-1 Update index.rst Fixed the Motivation (English) Link. Pull #356 16 Jul 2025 10:47PM UTC web-flow circleci
97.76
1282 feature/Twiggs-Money-Flow New indicator: Twiggs Money Flow Pull #355 23 Jun 2025 01:02PM UTC ValueRaider circleci
97.74
1278 feature/Twiggs-Money-Flow Fix integration tests Pull #355 23 Jun 2025 12:59PM UTC ValueRaider circleci
97.74
1269 added-pivot-points added test cases Pull #313 05 May 2025 11:35AM UTC Bisleri06 circleci
97.7
1268 added-pivot-points Merge branch 'master' into added-pivot-points Pull #313 05 May 2025 09:12AM UTC Bisleri06 circleci
95.66
1263 OBV-fix Handle initial OBV value & Handle 0's Pull #347 13 Sep 2024 05:27AM UTC Kwuasimoto circleci
97.77
1261 patch-2 Update volatility.py for white space issues Pull #345 17 Jul 2024 04:42AM UTC web-flow circleci
97.76
1254 patch-2 Update requirements-test.txt Pull #345 17 Jul 2024 04:33AM UTC web-flow circleci
97.76
See All Builds (336)
  • Repo 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