You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Some volmdlr methods are written twice: for example: LineSegment2D: polygon_points, here
- A lot of volmdlr methods are not documented, so others can't know what are their purposes, and sometimes, we develop a new method but it exists before!
- Methods names don't follow the same formalize for example: discretization_points, polygon_points ?
- volmdlr methods are not organized in an alphabetical order, so, sometimes we are lost when we are checking if a method exists or not
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Avoid reference to other packages
What is the expected behavior?
What is the motivation / use case for changing the behavior?
Possible fixes
- I think, we should clean volmdlr methods, by using the same names for the same objectives, deleting duplicated methods, organizing the methods in an alphabetical order, and the most import add documentation
Please tell us about your environment:
branch: dev
commit:
python version:
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
- Some volmdlr methods are written twice:
for example: LineSegment2D: polygon_points, here
- A lot of volmdlr methods are not documented, so others can't know what are their purposes, and sometimes, we develop a new method but it exists before!
- Methods names don't follow the same formalize
for example: discretization_points, polygon_points ?
- volmdlr methods are not organized in an alphabetical order, so, sometimes we are lost when we are checking if a method exists or not
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Avoid reference to other packages
What is the expected behavior?
What is the motivation / use case for changing the behavior?
Possible fixes
- I think, we should clean volmdlr methods, by using the same names for the same objectives, deleting duplicated methods, organizing the methods in an alphabetical order, and the most import add documentation
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: