Skip to content

Commit

Permalink
#1129 flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Oct 16, 2020
1 parent 831fe2e commit e40104f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion pybamm/expression_tree/operations/evaluate_julia.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,4 @@ def get_julia_mtk_model(model):

mtk_str += "end\n"

return mtk_str
return mtk_str
8 changes: 0 additions & 8 deletions tests/unit/test_solvers/test_julia_mtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@
#
import pybamm

from tests import (
get_mesh_for_testing,
get_1p1d_mesh_for_testing,
get_discretisation_for_testing,
get_1p1d_discretisation_for_testing,
)
import unittest
import numpy as np
import scipy.sparse
from collections import OrderedDict

from julia import Main
from diffeqpy import de
Expand Down

0 comments on commit e40104f

Please sign in to comment.