Skip to content

Commit 06f20d9

Browse files
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.
1 parent 4a73bf3 commit 06f20d9

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

toolchain/mfc/case_validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- src/simulation/m_checker.fpp
1212
- src/post_process/m_checker.fpp
1313
"""
14-
# Justification: Comprehensive validator covering all MFC parameter constraints
1514

1615
import re
1716
from functools import lru_cache

toolchain/mfc/params/definitions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
"""
2-
MFC Parameter Definitions (Compact).
1+
"""MFC Parameter Definitions (Compact).
32
43
Single file containing all ~3,300 parameter definitions using loops.
5-
This replaces the definitions/ directory.
64
"""
75

86
import re

0 commit comments

Comments
 (0)