Skip to content

Commit c65577c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 206e985 commit c65577c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/goss/dolfinutils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,9 @@ def __init__( # noqa: C901
585585
] = (ode.field_params[param].vector().get_local())
586586

587587
else:
588-
self._param_values[label][
589-
local_id :: ode.num_field_parameters
590-
] = ode.get_parameter(param)
588+
self._param_values[label][local_id :: ode.num_field_parameters] = (
589+
ode.get_parameter(param)
590+
)
591591

592592
# Reset any changed field parameters
593593
ode.changed_field_parameters = []

0 commit comments

Comments
 (0)