Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peverwhee committed Dec 10, 2024
1 parent 76768d7 commit 4c1bbba
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_complete.meta
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
type = ddt
[ latitude ]
standard_name = latitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt2.meta
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
type = ddt
[ latitude ]
standard_name = latitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt_array.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
protected = True
[ latitude ]
standard_name = latitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt_eul.meta
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
type = module
[ latitude ]
standard_name = latitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt_fv.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
protected = True
[ longitude ]
standard_name = longitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand All @@ -25,7 +25,7 @@
type = module
[ latitude ]
standard_name = latitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt_se.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
protected = True
[ latitude ]
standard_name = latitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand All @@ -25,7 +25,7 @@
type = module
[ longitude ]
standard_name = longitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_parameter.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
protected = True
[ latitude ]
standard_name = latitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_simple.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
protected = True
[ latitude ]
standard_name = latitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = rad
units = radians
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True

0 comments on commit 4c1bbba

Please sign in to comment.