mdolab / pyspline

pySpline produces B-spline curves, surfaces, and volumes
Other
39 stars 26 forks source link

Updating install and testing doc + setup.py #66

Closed eirikurj closed 11 months ago

eirikurj commented 11 months ago

Purpose

This PR updates setup.py and the docs. In particular,

Closes #65

Expected time until merged

No rush

Type of change

Testing

Check that docs build as expected and verify docs by executing instructions.

Checklist

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4da3f9c) 52.91% compared to head (46b97cc) 46.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #66 +/- ## ========================================== - Coverage 52.91% 46.16% -6.76% ========================================== Files 5 5 Lines 1629 1629 ========================================== - Hits 862 752 -110 - Misses 767 877 +110 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

eirikurj commented 11 months ago

The setup.py had some issues that should be fixed now, which should take care of the warning. Updated the description to reflect the additions. Please have another look. Regarding the typeDict issue, I think I had the same issue a while back, which prompted me to upgrade python. You can probably also downgrade numpy, but I would prefer python as 3.8 is getting close to EOL.