Skip to content

Commit

Permalink
test: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Jul 14, 2024
1 parent 94983a4 commit fdfe521
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_om_prior.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pandas as pd
import requests
import xarray as xr

from openmethane_prior.layers.omGFASEmis import download_GFAS
from openmethane_prior.utils import SECS_PER_YEAR

Expand Down Expand Up @@ -109,7 +108,7 @@ def test_compare_out_domain_with_cro_dot_files(output_domain, cro_xr, dot_xr):
def test_required_attributes(output_domain):
assert output_domain.variables["OCH4_TOTAL"].attrs == {
"units": "kg/m^2/s",
"long_name": "OCH4_TOTAL",
"long_name": "total methane flux",
}
assert output_domain.variables["OCH4_WETLANDS"].attrs == {
"units": "kg/m^2/s",
Expand Down

0 comments on commit fdfe521

Please sign in to comment.