Skip to content

Feature/grid add noise external

Maximilian Schambach requested to merge feature/grid-add-noise-external into master

Description

Adds add_noise_external function to the grids module. Renames add_noise to add_noise_gaussian in grids module.

Changes

The add_noise_external function allows adding noise that is specified outside the grid class. This comes in handy, when wanting to add the very same noise to two different grids.

Todos

  • Tests
  • Documentation

Merge request reports