Skip to content

Fix bug in how std devs are set in the add_noise method

Matthew Pitkin requested to merge fix_inj_stds into master

Currently the add_noise method sets the standard deviation to a single value rather than an array of values. This fixes that bug.

Merge request reports