Skip to content

Commit

Permalink
MAINT: Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Jun 16, 2024
1 parent 913a3c4 commit b4b386d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/darsia/corrections/color/relativecolorcorrection.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ def define_similar_and_reference_colors_tensorial(self):
[mid(sample[0]), mid(sample[1])] for sample in samples
]
voxels = darsia.VoxelArray(sample_centers)
# coordinates = (
# voxels # self.baseline.coordinatesystem.coordinate(voxels)
# )
coordinates = self.baseline.coordinatesystem.coordinate(voxels)

# Extract one characteristic color per sample
Expand Down

0 comments on commit b4b386d

Please sign in to comment.