JesseBonanno / IndeterminateBeam

A solver for 1D indeterminate beams
MIT License
63 stars 17 forks source link

Data validation not properly importing when move to pypi #11

Closed JesseBonanno closed 3 years ago

JesseBonanno commented 3 years ago

Since version 1.0.0 when this feature was implemented the error occurs.

Need to look into packaging, probably the init.py file will need a revision.

JesseBonanno commented 3 years ago

All versions from v1.0.0 to v1.0.5 where used to test this bug. They were all distributed to pypi to figure out the issue. Issue finally resolved in v1.0.5, the indeterminatebeam.py file needed to import "from indeterminatebeam.data_validation" not "from data_validation". Issue fixed in 2fef664