Skip to content

Commit

Permalink
yask: Leftover fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Sep 23, 2017
1 parent df8ebb9 commit 6ae2f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devito/yask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def reset_yask_isa(develop_mode):
break
yask_configuration['isa'] = isa
yask_configuration['arch'] = arch_mapper[isa]
yask_configuration.add('develop-mode', True, [False, True], reset_yask_isa)
yask_configuration.add('develop-mode', True, [False, True], reset_yask_isa) # noqa

configuration.add('yask', yask_configuration)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_yask.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def model(self):
shape = (60, 70, 80)
nbpml = 10
return demo_model(spacing=[15, 15, 15], shape=shape, nbpml=nbpml,
preset='layers', ratio=3)
preset='layers-isotropic', ratio=3)

@pytest.fixture
def time_params(self, model):
Expand Down

0 comments on commit 6ae2f66

Please sign in to comment.