Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Nov 11, 2024
1 parent 5951fd9 commit 2f755d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AdaptivityCartesianTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function main(distribute,ncells,isperiodic)
fine_adaptivity_glue = get_adaptivity_glue(redist_child_1)

# Redistribute by dispatching on the DistributedCartesianDescriptor
pdesc = redist_child_1.metadata
pdesc = redist_child_1.metadata.model_metadata
redist_child_2, redist_glue_child = redistribute(child,pdesc)

# Tests
Expand Down

0 comments on commit 2f755d8

Please sign in to comment.