Skip to content

Commit

Permalink
docs all nice I think
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed Dec 1, 2020
1 parent 5d47e2a commit c36f04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion islatu/background.py
Expand Up @@ -35,7 +35,8 @@ def bivariate_normal(data, mu_1, mu_2, sigma_1, sigma_2, offset, factor):
distribution.
Returns:
:py:attr:`array_like`: Flattened ordinate data for bivariate normal distribution.
:py:attr:`array_like`: Flattened ordinate data for bivariate normal
distribution.
"""
# Setting the data up in the correct format
pos = np.empty(data[0].shape + (2,))
Expand Down
2 changes: 1 addition & 1 deletion islatu/runner.py
Expand Up @@ -275,7 +275,7 @@ def setup(self, recipe):


def i07reduce(run_numbers, yaml_file, directory='/dls/{}/data/{}/{}/',
title='Unknown'):
title='Unknown'):
"""
The runner that parses the yaml file and performs the data reduction.
Expand Down

0 comments on commit c36f04e

Please sign in to comment.