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

nomad-coe / electronic-parsers / 24408203814
93%
develop: 93%

Build:
Build:
LAST BUILD BRANCH: v1.0.17
DEFAULT BRANCH: develop
Ran 14 Apr 2026 03:42PM UTC
Jobs 1
Files 203
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

14 Apr 2026 03:34PM UTC coverage: 92.89% (+0.001%) from 92.889%
24408203814

push

github

ndaelman-hu
Fix VASP time calculation dimensionality error

Fixed pint.DimensionalityError when parsing time_calculation and
time_physical values in VASP parser. The issue had two root causes:

1. time_calculation was assigned as plain value without units, causing
   unit mismatches when adding to time_physical (pint cannot add
   seconds + dimensionless)
2. time_initial could be None when previous calculations didn't set
   time_physical, causing dimensionality errors in arithmetic

Changes:
- Add explicit units (ureg.s) when setting time_calculation values
- Store time quantity in variable before assignment to avoid issues
  with metainfo unit wrapping
- Add None checks for time_initial with fallback to 0*ureg.s
- Add None checks for time_physical before using in calculations

All 23 VASP parser tests pass including test_malformed_time_entries.

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

36124 of 38889 relevant lines covered (92.89%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24408203814.1 14 Apr 2026 03:42PM UTC 203
92.89
GitHub Action Run
Source Files on build 24408203814
  • Tree
  • List 203
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4b5c9623 on github
  • Prev Build on develop (#21594295648)
  • Next Build on 330-vasp-time-parsing-bug (#24408425580)
  • Delete
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