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

update link to weldx tutorial files for v0.6.0 #804

Closed CagtayFabry closed 1 year ago

CagtayFabry commented 1 year ago

Changes

Update the tutorials to use the latest example file created with weldx 0.6.0

Checks

CagtayFabry commented 1 year ago

The old file was giving a warning on load https://weldx.readthedocs.io/en/latest/tutorials/01_04_coordinate_systems.html#Dependency-graph

...
single_pass_weld.wx' was created with extension URI 'asdf://weldx.bam.de/weldx/extensions/weldx-0.1.0' (from package weldx==0.5.0), which is not currently installed
  warnings.warn(msg, AsdfWarning)
github-actions[bot] commented 1 year ago

Test Results

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

Results for commit 02f6f96c. ± Comparison against base commit ea8a5879.

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #804 (02f6f96) into master (ea8a587) will decrease coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #804      +/-   ##
==========================================
- Coverage   96.87%   96.84%   -0.04%     
==========================================
  Files          88       88              
  Lines        6025     6025              
==========================================
- Hits         5837     5835       -2     
- Misses        188      190       +2     
Impacted Files Coverage Δ
weldx/tags/core/geometry/spatial_data.py 95.00% <0.00%> (-5.00%) :arrow_down:
...gs/core/transformations/local_coordinate_system.py 97.14% <0.00%> (-2.86%) :arrow_down:

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

CagtayFabry commented 1 year ago

please feel free to merge this if the tutorials run through without the warning now @marscher :)

CagtayFabry commented 1 year ago

just checkend the RTD output, everything looks fine 👍