Skip to content

Commit fc5435d

Browse files
authored
Merge branch 'main' into develop
2 parents d7a7fec + b73a8ce commit fc5435d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

python/tarts/aggregatornet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# Local/application imports
1717
from .utils import convert_zernikes_deploy
18+
from .utils import zernikes_to_dof_torch, dof_to_zernikes_torch
1819

1920

2021
class AggregatorNet(pl.LightningModule):

python/tarts/lightning_wavenet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ZERNIKE_SCALE_FACTOR,
2727
)
2828
from .dataloader import Donuts, Donuts_Fullframe
29-
from .utils import convert_zernikes_deploy
29+
from .utils import convert_zernikes
3030
from .wavenet import WaveNet
3131

3232
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)