Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Sep 21, 2023
1 parent 6a4ea02 commit 8f60d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion direct/nn/lpd/lpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(
)
else:
raise NotImplementedError(
f"XPDNet is currently implemented only with primal_model_architecture == 'MWCNN', 'UNET' or 'NORMUNET. "
f"XPDNet is currently implemented only with primal_model_architecture == 'MWCNN', 'UNET' or 'NORMUNET."
f"Got {primal_model_architecture}."
)
dual_model: nn.Module
Expand Down
1 change: 1 addition & 0 deletions direct/nn/vsharp/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# coding=utf-8
# Copyright (c) DIRECT Contributors
from __future__ import annotations

from dataclasses import dataclass
from typing import Optional
Expand Down

0 comments on commit 8f60d39

Please sign in to comment.