Closed ikondov closed 7 months ago
Closes #514
Some logging in the modules rocket.py and rocket_launcher.py has unexpected behavior. See issue #514 for more details.
rocket.py
rocket_launcher.py
Major changes:
print()
logger.log()
If this is work in progress, what else needs to be done?
ruff
mypy
duecredit
@due.dcite
Tip: Install pre-commit hooks to auto-check types and linting before every commit:
pre-commit
pip install -U pre-commit pre-commit install
Closes #514
Summary
Some logging in the modules
rocket.py
androcket_launcher.py
has unexpected behavior. See issue #514 for more details.Major changes:
rocket.py
print()
withlogger.log()
Todos
If this is work in progress, what else needs to be done?
Checklist
ruff
.mypy
.duecredit
@due.dcite
decorators to reference relevant papers by DOI (example)Tip: Install
pre-commit
hooks to auto-check types and linting before every commit: