Skip to content

Commit

Permalink
Merge pull request #93 from HIIT/master_clean
Browse files Browse the repository at this point in the history
Cleaning
  • Loading branch information
vuolleko authored Dec 3, 2016
2 parents 56d406c + 63235dc commit 6b935fa
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, Helsinki Institute for Information Technology
Copyright (c) 2016, ELFI Developers and their Assignees
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __getattr__(cls, name):

# General information about the project.
project = 'ELFI'
copyright = '2016, Helsinki Institute for Information Technology'
copyright = '2016, ELFI Developers and their Assignees'
author = 'ELFI authors'

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion elfi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'ELFI authors'
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.2.2'
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/functional/test_ma2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import dask
from elfi.core import *
from elfi.distributions import *
from elfi.examples.ma2 import MA2, autocov, distance
from examples.ma2 import MA2, autocov, distance
from distributed import Client
from functools import partial

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_random_consistency.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
from elfi import *
from elfi.examples.ma2 import *
from examples.ma2 import *

from functools import partial
import pytest
Expand Down

0 comments on commit 6b935fa

Please sign in to comment.