Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent circular ImportError meshio #676

Merged

Conversation

marscher
Copy link
Contributor

Changes

Preload meshio to avoid Sphinx circular ImportError.

This issue might arise from the fact, that the conf.py file is being passed to exec with its own globals dictionary. This is why we only observe these import errors in Sphinx, but not during daily usage of weldx. Perhaps we should report this upstream.

Follow up to #673

Checks

  • updated doc/

@marscher marscher added documentation Improvements or additions to documentation no-changelog-entry-needed labels Jan 11, 2022
@codecov
Copy link

codecov bot commented Jan 11, 2022

Codecov Report

Merging #676 (e1a33d3) into master (73a2104) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #676   +/-   ##
=======================================
  Coverage   95.86%   95.86%           
=======================================
  Files          92       92           
  Lines        6307     6307           
=======================================
  Hits         6046     6046           
  Misses        261      261           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73a2104...e1a33d3. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Jan 11, 2022

Unit Test Results

       1 files  ±0         1 suites  ±0   1m 35s ⏱️ -1s
2 093 tests ±0  2 093 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit e1a33d3. ± Comparison against base commit 73a2104.

♻️ This comment has been updated with latest results.

@marscher marscher merged commit f9c9c23 into BAMWelDX:master Jan 11, 2022
@marscher marscher deleted the prevent_circular_importerror_meshio branch January 11, 2022 11:54
@CagtayFabry CagtayFabry added the dependencies changes in package dependencies label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies changes in package dependencies documentation Improvements or additions to documentation no-changelog-entry-needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants