Skip to content

Commit

Permalink
Apply the code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Mar 23, 2024
1 parent 42c509c commit f0d8c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
* instance, filtering only along 2nd axis is desired, one may provide the
* sigmas array filled with zeroes (0) except for the 2nd element.
* <p>
* The period vector is a vector along which oscillates the frequency part of the
* Gabor filter. The length of this vector equals precisely the wave-length of
* the oscillations (the length of 1 period).
* The period vector is a vector along which oscillates the frequency part of
* the Gabor filter. The length of this vector equals precisely the wave-length
* of the oscillations (the length of 1 period).
* <p>
* All values are in units of pixels. Both input arrays have to be of the same
* length.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ public void circularity() {
}

// TODO: this test checks LabelRegionToPolygonConverter, which is a SciJava
// Converter and thus has not been converted to the SciJava Ops framework. What
// should we do here?
// Converter and thus has not been converted to the SciJava Ops framework.
// What should we do here?
@Test
public void contour() {
// ground truth computed with matlab
Expand Down

0 comments on commit f0d8c7e

Please sign in to comment.