pyroll-project / pyroll-pillar-model

Plugin for PyRolL providing basic data structures for discretization of a Profile and a RollPass into Pillar Elements.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Resolve dependency issues #14

Closed ChRen95 closed 1 month ago

ChRen95 commented 5 months ago

Since adding the elongation correction to the pillar model, the package is dependent on the pyroll-local-velocity package. This package is dependent on the pyroll-pillar-model package. My suggestions would be to remove the dependency inside the local velocity plugin, since the pillar-model is only used for testing purposes there. @axtimhaus what is your opinion?

ChRen95 commented 2 months ago

I'm suggesting, that we merge the local-velocity into the pillar-model plugin.