Skip to content

Commit

Permalink
fix tests to use pymulticamselfcal package
Browse files Browse the repository at this point in the history
this has been the name of the package since 0.3.0
  • Loading branch information
astraw committed Feb 26, 2024
1 parent 94f5b27 commit 10c5240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/test/test_align.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import print_function
from multicamselfcal.align import estsimt, align_points, align_pmat
from pymulticamselfcal.align import estsimt, align_points, align_pmat
import numpy as np

def test_align():
Expand Down
4 changes: 2 additions & 2 deletions python/test/test_mcsc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os, shutil
import multicamselfcal.execute
from multicamselfcal.execute import MultiCamSelfCal
import pymulticamselfcal.execute
from pymulticamselfcal.execute import MultiCamSelfCal
import tempfile
import pytest

Expand Down

0 comments on commit 10c5240

Please sign in to comment.