Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 31, 2023
1 parent 08cc692 commit b751286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/test_solvers/test_idaklu.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_with_output_variables(self):
inputs=input_parameters,
calculate_sensitivities=True,
)

var_names = [[m] for m in output_variables]
for output_vars in var_names:
output_variables = output_vars
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_solvers/test_processed_variable_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def test_processed_variable_2D_x_z(self):
disc = tests.get_1p1d_discretisation_for_testing()
y_sol, x_sol, z_sol, t_sol = process_and_check_2D_variable(var, x, z, disc=disc)
del x_sol

# On edges
x_s_edge = pybamm.Matrix(
np.tile(disc.mesh["separator"].edges, len(z_sol)),
Expand Down

0 comments on commit b751286

Please sign in to comment.