Skip to content

Commit 343523e

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 937515e commit 343523e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/combinations.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,13 +581,11 @@ end
581581
d = Point(-1, 1, 0)
582582
apex = Point(0, 0, 1)
583583
pyramid = Pyramid(a, b, c, d, apex)
584-
585584
# Integrand & Solution
586585
integrand(p) = 1.0u"A"
587586
w = norm(b - a)
588587
h = norm(d - a)
589588
solution = (1 // 3) * w * h * u"A*m"
590-
591589
# Package and run tests
592590
testable = TestableGeometry(integrand, pyramid, solution)
593591
runtests(testable)

0 commit comments

Comments
 (0)