Skip to content

Commit

Permalink
apply formatter v1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Feb 23, 2024
1 parent ab21e62 commit e0b6c8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added solution_BBM_BBM.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added solution_SK.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ using SparseArrays: sparse, SparseMatrixCSC
entropy,
energy_total,
prim2cons,
prim2prim
prim2prim,
]
for conversion in conversion_functions
@test DispersiveShallowWater.varnames(conversion, equations) isa Tuple
Expand Down Expand Up @@ -137,7 +137,7 @@ using SparseArrays: sparse, SparseMatrixCSC
entropy,
energy_total,
prim2cons,
prim2prim
prim2prim,
]
for conversion in conversion_functions
@test DispersiveShallowWater.varnames(conversion, equations) isa Tuple
Expand Down Expand Up @@ -171,7 +171,7 @@ using SparseArrays: sparse, SparseMatrixCSC
prim2cons,
prim2prim,
energy_total_modified,
entropy_modified
entropy_modified,
]
for conversion in conversion_functions
@test DispersiveShallowWater.varnames(conversion, equations) isa Tuple
Expand Down

0 comments on commit e0b6c8d

Please sign in to comment.