BAMWelDX / weldx

The welding data exchange format
https://www.bam.de/weldx
BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

Fix pint intersphinx #820

Closed marscher closed 1 year ago

marscher commented 1 year ago

Changes

Use latest in intersphinx mapping to resolve issues with documentation building.

For some reason pint cannot be resolved in the changelog.rst anymore. So I replaced these with pint. Additionally the (ugly) hacks for __module__ of weldx.Q and U have gone now. Since these hacks were only required for correct Sphinx building, no user code should be affected.

github-actions[bot] commented 1 year ago

Test Results

2 185 tests  ±0   2 184 :heavy_check_mark: ±0   2m 34s :stopwatch: -3s        1 suites ±0          1 :zzz: ±0         1 files   ±0          0 :x: ±0 

Results for commit e7529242. ± Comparison against base commit a028dddb.

:recycle: This comment has been updated with latest results.

codecov[bot] commented 1 year ago

Codecov Report

Merging #820 (e752924) into master (a028ddd) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #820   +/-   ##
=======================================
  Coverage   96.80%   96.80%           
=======================================
  Files          81       81           
  Lines        5380     5380           
=======================================
  Hits         5208     5208           
  Misses        172      172           
Impacted Files Coverage Δ
weldx/tags/units/pint_quantity.py 97.29% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

marscher commented 1 year ago

now we need to wait for 0.20.1 to arrive on CondaForge.