diff options
author | jakobsj <jakobsj@users.noreply.github.com> | 2018-04-12 10:44:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 10:44:43 +0100 |
commit | 783f522e19929a45d3d0b3cfd4d37f1d7ddb23f7 (patch) | |
tree | 09813b3cc8f2278979134a2ab2b35efdfe36bbd7 | |
parent | 44d7a93ee3db2d99b1e2a5395028e760133f532c (diff) | |
parent | 97db47b7e91602887f905ce1fe52b8a1a7efa681 (diff) | |
download | framework-783f522e19929a45d3d0b3cfd4d37f1d7ddb23f7.tar.gz framework-783f522e19929a45d3d0b3cfd4d37f1d7ddb23f7.tar.bz2 framework-783f522e19929a45d3d0b3cfd4d37f1d7ddb23f7.tar.xz framework-783f522e19929a45d3d0b3cfd4d37f1d7ddb23f7.zip |
Merge pull request #101 from vais-ral/opti_init
Added init file in optimisation to make package
-rw-r--r-- | Wrappers/Python/ccpi/optimisation/__init__.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Wrappers/Python/ccpi/optimisation/__init__.py b/Wrappers/Python/ccpi/optimisation/__init__.py new file mode 100644 index 0000000..cf2d93d --- /dev/null +++ b/Wrappers/Python/ccpi/optimisation/__init__.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +# This work is part of the Core Imaging Library developed by +# Visual Analytics and Imaging System Group of the Science Technology +# Facilities Council, STFC + +# Copyright 2018 Edoardo Pasca + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License.
\ No newline at end of file |