Skip to content

Commit cb5f151

Browse files
committed
Fix flake8 issues
1 parent 35fd2be commit cb5f151

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_kernels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def make_standard_plastictype_settings():
2626

2727
def make_standard_particleset(fieldset, settings):
2828
# Generate a particleset that has particles in the test domain
29-
release_locations = {'lons': [18,18.25,18.5], 'lats': [35,35,35],
30-
'plastic_amount': [1,1,1]}
29+
release_locations = {'lons': [18, 18.25, 18.5], 'lats': [35, 35, 35],
30+
'plastic_amount': [1, 1, 1]}
3131
pset = pp.constructors.create_particleset(fieldset, settings, release_locations)
3232

3333
return pset

0 commit comments

Comments
 (0)