Skip to content

Commit

Permalink
Dont need BasicModelInterface.jl to be installed explicitly?
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 5, 2023
1 parent 6bb4e47 commit 4f1de4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test_julia.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


try:
from grpc4bmi.bmi_julia_model import BmiJulia,install
from grpc4bmi.bmi_julia_model import BmiJulia
from juliacall import Main as jl
except ImportError:
BmiJulia = None
Expand All @@ -15,9 +15,6 @@
class TestJuliaHeatModel:
@pytest.fixture(scope="class", autouse=True)
def install_heat(self):
# TODO for other Julia models do we need to install BasicModelInterface?
# it is dep of Heat.jl, but we use it directly
install('BasicModelInterface')
jl.Pkg.add(
url="https://github.com/csdms/bmi-example-julia.git",
rev="d8b354ceddf6b048727c2e214031f43d62964120",
Expand Down

0 comments on commit 4f1de4e

Please sign in to comment.