Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repo for toffy #32

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest
import tempfile

from creed import detector_sweep
from toffy import detector_sweep


def test_parse_sweep_parameters():
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion creed/file_hash_test.py → toffy/file_hash_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import skimage.io as io
import numpy as np

from creed import file_hash
from toffy import file_hash


def test_get_hash():
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions creed/rosetta_test.py → toffy/rosetta_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import skimage.io as io

from creed import rosetta
import creed.rosetta_test_cases as test_cases
from toffy import rosetta
import toffy.rosetta_test_cases as test_cases
from ark.utils import test_utils
from ark.utils.load_utils import load_imgs_from_tree

Expand Down
File renamed without changes.