From 06f20d98fea6f3f5552f27678e5ddbe90fd881d8 Mon Sep 17 00:00:00 2001 From: lb1192176991-lab Date: Tue, 2 Jun 2026 04:05:24 +0800 Subject: [PATCH] cleanup: remove orphaned comments referencing invisible context - Remove dangling '# Justification: ...' comment after the module docstring in case_validator.py (leftover review note). - Remove 'This replaces the definitions/ directory.' migration sentence from definitions.py docstring (the directory no longer exists in the repo, so the note refers to invisible history). Fixes #1500. --- toolchain/mfc/case_validator.py | 1 - toolchain/mfc/params/definitions.py | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/toolchain/mfc/case_validator.py b/toolchain/mfc/case_validator.py index 6fdfc408db..5103dd9b28 100644 --- a/toolchain/mfc/case_validator.py +++ b/toolchain/mfc/case_validator.py @@ -11,7 +11,6 @@ - src/simulation/m_checker.fpp - src/post_process/m_checker.fpp """ -# Justification: Comprehensive validator covering all MFC parameter constraints import re from functools import lru_cache diff --git a/toolchain/mfc/params/definitions.py b/toolchain/mfc/params/definitions.py index 1c52f9af7b..765032b789 100644 --- a/toolchain/mfc/params/definitions.py +++ b/toolchain/mfc/params/definitions.py @@ -1,8 +1,6 @@ -""" -MFC Parameter Definitions (Compact). +"""MFC Parameter Definitions (Compact). Single file containing all ~3,300 parameter definitions using loops. -This replaces the definitions/ directory. """ import re