-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Problem
These boolean conditions are confusing and should be simplified to improve readability.
Proposed solution
Create object methods that return a boolean and replace the conditions with calls to these methods.
Assignees:
Labels:
rvesimulator/src/rvesimulator/microstructure/shpere_particles.py
Lines 481 to 485 in ea31752
| elif ( | |
| x_center < radius | |
| and radius < y_center < width - radius | |
| and radius < z_center < height - radius | |
| ): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels