Skip to content
Snippets Groups Projects
Commit e129c3aa authored by mads's avatar mads
Browse files

mmpe docker image

parent 731222c6
No related branches found
No related tags found
No related merge requests found
Pipeline #
before_script:
- apt-get update
- apt-get install libblas-dev liblapack-dev gfortran -y
test-3.4:
image: python:3.4
image: mmpe/wetb
script:
- pip install -e .
- python tests/testsuite.py
\ No newline at end of file
......@@ -270,6 +270,7 @@ class SimulationThread(Thread):
def __init__(self, simulation):
Thread.__init__(self)
self.sim = simulation
self.modelpath = self.sim.modelpath
self.res = [0, "", ""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment