Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ces42 committed Aug 1, 2019
1 parent cf28d69 commit 1c09804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncertainties/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def correlated_values_norm(values_with_std_dev, correlation_mat,
tags -- like for correlated_values().
'''

(nominal_values, std_devs) = numpy.transpose(values_with_std_dev)
nominal_values, std_devs = numpy.transpose(values_with_std_dev)

# If no tags were given, we prepare tags for the newly created
# variables:
Expand Down

0 comments on commit 1c09804

Please sign in to comment.