ukaea / paramak

Create parametric 3D fusion reactor CAD models
https://paramak.readthedocs.io/en/main/
36 stars 12 forks source link

updated cq and python install #769

Closed billingsley-john closed 3 years ago

billingsley-john commented 3 years ago

Proposed changes

PR which fixes CadQuery and Python installation in Dockerfile

Types of changes

What types of changes does your code introduce to the Paramak? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

codecov[bot] commented 3 years ago

Codecov Report

Merging #769 (8f90b89) into develop (15352ae) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #769   +/-   ##
========================================
  Coverage    95.42%   95.42%           
========================================
  Files           73       73           
  Lines         4762     4762           
========================================
  Hits          4544     4544           
  Misses         218      218           

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 15352ae...8f90b89. Read the comment docs.

shimwell commented 3 years ago

Thanks for taking a look at these docs, unfortunately I don't think that update fixed the issue as docs appear to be missing the doc-strings still

https://paramak--769.org.readthedocs.build/en/769/paramak.parametric_components.html

billingsley-john commented 3 years ago

Warnings module causing issues - Cannot be imported, and doesn't exist as a standalone python package. Maybe some additional sphinx-specific things have to be changed.

billingsley-john commented 3 years ago

Continued in #774

shimwell commented 3 years ago

Warnings module causing issues - Cannot be imported, and doesn't exist as a standalone python package. Maybe some additional sphinx-specific things have to be changed.

warnings appears to import over here on python 3.8 Screenshot from 2021-03-09 22-28-43