diff --git a/doc/examples/algorithms/tmp/meregadaptiveprojection.hdf5 b/doc/examples/algorithms/tmp/meregadaptiveprojection.hdf5 old mode 100755 new mode 100644 index bdcf665..0b5e06e Binary files a/doc/examples/algorithms/tmp/meregadaptiveprojection.hdf5 and b/doc/examples/algorithms/tmp/meregadaptiveprojection.hdf5 differ diff --git a/doc/examples/algorithms/tmp/meregadaptiveprojection.pkl b/doc/examples/algorithms/tmp/meregadaptiveprojection.pkl index c99873c..8d6fa0e 100755 Binary files a/doc/examples/algorithms/tmp/meregadaptiveprojection.pkl and b/doc/examples/algorithms/tmp/meregadaptiveprojection.pkl differ diff --git a/templates/MyModel_julia.py b/templates/MyModel_julia.py index bad939d..4265520 100755 --- a/templates/MyModel_julia.py +++ b/templates/MyModel_julia.py @@ -1,8 +1,11 @@ import inspect import numpy as np -from julia import Main from pygpc.AbstractModel import AbstractModel +try: + from julia import Main +except ImportError: + pass class MyModel_julia(AbstractModel): """