-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat: Enforce mandatory fuel code validation for schedules - 1429 #1461
Feat: Enforce mandatory fuel code validation for schedules - 1429 #1461
Conversation
Backend Test Results493 tests ±0 491 ✅ ±0 1m 48s ⏱️ -2s For more details on these failures, see this check. Results for commit 3caa3d6. ± Comparison against base commit c16d7cb. ♻️ This comment has been updated with latest results. |
@@ -1,4 +1,6 @@ | |||
import logging | |||
import os | |||
import debugpy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need these new imports?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Tested and works great!. Just wondering if we need those imports?
Thanks for the code review. We need these imports for backend debugging purposes. It looks like they were accidentally removed. They enable remote debugging in development if needed. Please refer to line 111 of this file for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR implements logic to enforce mandatory fuel code selection in schedules when "Fuel code - section 19 (b) (i)" is chosen.
Closes #1429