Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bnb/dev #98

Merged
merged 10 commits into from
Oct 6, 2022
Prev Previous commit
Next Next commit
bias test change with input_handler_kwargs change
  • Loading branch information
bnb32 committed Oct 5, 2022
commit ba07ea3bf791bbf1aae5bb0d8852e79ef1d58ddd
8 changes: 4 additions & 4 deletions tests/test_bias_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def test_fwp_integration():
model_kwargs={'model_dir': out_dir},
fwp_chunk_shape=fwp_chunk_shape,
spatial_pad=0, temporal_pad=0,
target=target, shape=shape,
temporal_slice=temporal_slice,
input_handler_kwargs=dict(target=target, shape=shape,
temporal_slice=temporal_slice),
out_pattern=os.path.join(td, 'out_{file_id}.nc'),
max_workers=1,
input_handler='DataHandlerNCforCC')
Expand All @@ -268,8 +268,8 @@ def test_fwp_integration():
model_kwargs={'model_dir': out_dir},
fwp_chunk_shape=fwp_chunk_shape,
spatial_pad=0, temporal_pad=0,
target=target, shape=shape,
temporal_slice=temporal_slice,
input_handler_kwargs=dict(target=target, shape=shape,
temporal_slice=temporal_slice),
out_pattern=os.path.join(td, 'out_{file_id}.nc'),
max_workers=1,
input_handler='DataHandlerNCforCC',
Expand Down