Skip to content

Commit 87e91f6

Browse files
committed
Removed residual comment
1 parent 75c8e41 commit 87e91f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class PreprocessingParametersTomo(BaseModel):
368368
eer_fractionation: int
369369

370370
class Base(BaseModel):
371-
dose_per_frame: Optional[float] # Doesn't match the model?
371+
dose_per_frame: Optional[float]
372372
gain_ref: Optional[str]
373373
manual_tilt_offset: float
374374
eer_fractionation: int

0 commit comments

Comments
 (0)