Skip to content

Commit

Permalink
Ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-m-murphy committed Feb 15, 2024
1 parent d9cb7df commit 6219259
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion tests/test_basis_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ def test_quadtree_basis_function(tac_ch4_data_args, raw_data_path):
fp_all, *_ = data_processing_surface_notracer(**tac_ch4_data_args)
emissions_name = next(iter(fp_all[".flux"].keys()))
basis_func = quadtreebasisfunction(
emissions_name=[emissions_name], fp_all=fp_all, sites=["TAC"], start_date="2019-01-01", domain="EUROPE", species="ch4", seed=42
emissions_name=[emissions_name],
fp_all=fp_all,
sites=["TAC"],
start_date="2019-01-01",
domain="EUROPE",
species="ch4",
seed=42,
)

basis_func_reloaded = utils.basis(
Expand Down
1 change: 0 additions & 1 deletion tests/test_get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_data_processing_surface_notracer(tac_ch4_data_args, raw_data_path):


def test_save_load_merged_data(tac_ch4_data_args, merged_data_dir):

merged_data_name = "test_save_load_merged_data"

# make merged data dir
Expand Down

0 comments on commit 6219259

Please sign in to comment.