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

igmk / pamtra / 32380100021
32%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2026 02:27PM UTC
Jobs 1
Files 13
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

20 Aug 2026 02:25PM UTC coverage: 31.676%. Remained the same
32380100021

push

github

maahn
Recommend pip install; warn about stale make pyinstall leftovers

Mark `pip install pamtra` as the recommended path in both readme.md and
doc/source/installation.rst now that it's actually live on PyPI, and
relabel the conda-forge/pixi section as what it now is: the fallback
needed specifically for Windows/Intel macOS, not competing for the
"recommended" label.

Also adds a warning about a real upgrade hazard: the legacy `make
pyinstall` target (still in Makefile, PYINSTDIR := ~/lib/python/) copies
the package to ~/lib/python/pyPamtra, a path with no meaning to pip --
only useful via a manually-maintained PYTHONPATH entry, a common setup
on shared/HPC systems. If that's still exported, it silently shadows a
freshly pip-installed PAMTRA (Python resolves imports to whichever copy
is first on sys.path, and PYTHONPATH entries typically win over
site-packages), reintroducing old bugs with no error to explain why.
pip has no knowledge of that directory to clean up, since it was never
installed through pip in the first place.

Verified: `make html` (Sphinx) builds clean, no new warnings from either
changed file; rendered HTML spot-checked for both the new warning
admonition and the reworded section headings.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

1351 of 4265 relevant lines covered (31.68%)

0.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32380100021.1 20 Aug 2026 02:27PM UTC 13
31.68
GitHub Action Run
Source Files on build 32380100021
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b6b60390 on github
  • Prev Build on master (#32377596207)
  • Next Build on master (#32465167742)
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