Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split functions into multiple less complex ones #66

Open
ddundo opened this issue Feb 16, 2025 · 1 comment
Open

Split functions into multiple less complex ones #66

ddundo opened this issue Feb 16, 2025 · 1 comment
Labels

Comments

@ddundo
Copy link
Member

ddundo commented Feb 16, 2025

Many functions/methods are way too long and very hard to follow. For example, run in run_calibration.py is over 1400 lines long.

We should introduce new functions or even new modules (e.g. #64) to take over some of the functionality.

@drounce
Copy link
Collaborator

drounce commented Feb 16, 2025

Agreed. We've discussed restructuring the if/elif format concerning the calibration options. Certainly there are opportunities to break these down even further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants