Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuckley committed Jul 23, 2024
1 parent effeaa5 commit ea22beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastmri/models/feature_varnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def forward(self, data: Tensor) -> Tuple[Tensor, Tensor]:

return mean, variance


class FeatureImage(NamedTuple):
features: Tensor
sens_maps: Optional[Tensor] = None
Expand Down

0 comments on commit ea22beb

Please sign in to comment.