Skip to content

Commit

Permalink
Namespace exterior derivative in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem12345 authored Feb 17, 2025
1 parent a49a264 commit 1335281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ end
constants_and_parameters = ()
f(du, u, constants_and_parameters, 0)

@test du.A == d(0, earth) * A
@test du.A == CombinatorialSpaces.d(0, earth) * A

# Testing no contraction of unallowed operators
no_unallowed = @decapode begin
Expand Down Expand Up @@ -522,7 +522,7 @@ end
constants_and_parameters = ()
f(du, u, constants_and_parameters, 0)

@test du.A == d(0, earth) * 20 * A
@test du.A == CombinatorialSpaces.d(0, earth) * 20 * A

# Testing wedge 01 operators function
wedges01 = @decapode begin
Expand Down

0 comments on commit 1335281

Please sign in to comment.