Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomsaraiva committed Mar 6, 2024
1 parent 86d0e55 commit 0d2e471
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_transforms.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# import numpy as np
import numpy as np

# from nanopyx.core.generate.noise_add_simplex import get_simplex_noise
# from nanopyx.core.transform import BCShiftAndMagnify, BCShiftScaleRotate, CRShiftAndMagnify, CRShiftScaleRotate
# from nanopyx.core.transform import LZShiftAndMagnify, LZShiftScaleRotate, NNShiftAndMagnify, NNShiftScaleRotate
from nanopyx.core.generate.noise_add_simplex import get_simplex_noise
from nanopyx.core.transform import BCShiftAndMagnify, BCShiftScaleRotate, CRShiftAndMagnify, CRShiftScaleRotate
from nanopyx.core.transform import LZShiftAndMagnify, LZShiftScaleRotate, NNShiftAndMagnify, NNShiftScaleRotate


# # tag-start: test_interpolation_nearest_neighbor_ShiftAndMagnify
Expand Down

0 comments on commit 0d2e471

Please sign in to comment.