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
For mud_calculator.py, the estimated slope reaches maximum when intensity is large
Proposed solution
To address this, we can increase the slope bounds to make it more flexible. Additionally, increasing the number of loops from 10 to 20 can achieve better results within a reasonable time frame.
Other related improvements could include: (1) write out the estimated mu, diameter, and slit width to args for user's information, (2) give a better docstring.
The text was updated successfully, but these errors were encountered:
Problem
For mud_calculator.py, the estimated slope reaches maximum when intensity is large
Proposed solution
To address this, we can increase the slope bounds to make it more flexible. Additionally, increasing the number of loops from 10 to 20 can achieve better results within a reasonable time frame.
Other related improvements could include: (1) write out the estimated mu, diameter, and slit width to args for user's information, (2) give a better docstring.
The text was updated successfully, but these errors were encountered: