Skip to content

Commit

Permalink
updated test files
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry committed Nov 12, 2024
1 parent f3dfd0c commit e869516
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 2 additions & 7 deletions test/data_utils/test_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from PIL import Image
from topaz.utils.data.sampler import (RandomImageTransforms, ShuffledSampler,
StratifiedCoordinateSampler,
enumerate_pn_coordinates,
enumerate_pu_coordinates)
enumerate_coordinates)


class TestRandomImageTransforms():
Expand Down Expand Up @@ -50,9 +49,5 @@ def test_iter(self):



def test_enum_pn_coordinates():
pass


def test_enum_pu_coordinates():
def test_enumerate_coordinates():
pass
6 changes: 4 additions & 2 deletions test/topaz/test_mrc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from topaz.mrc import get_mode, make_header, parse, write
from topaz.mrc import get_mode_from_header, get_mode_for_header, make_header, parse, write


def test_parse():
Expand All @@ -9,9 +9,11 @@ def test_parse():
# assert len(header) == 49
pass

def test_get_mode():
def test_get_mode_from_header():
pass

def test_get_mode_for_header():
pass

def test_make_header():
pass
Expand Down

0 comments on commit e869516

Please sign in to comment.