diff --git a/src/simulation/sensors/coarseSunSensor/_UnitTest/test_coarseSunSensor.py b/src/simulation/sensors/coarseSunSensor/_UnitTest/test_coarseSunSensor.py index 53f97d9a8b..7966f6acb2 100644 --- a/src/simulation/sensors/coarseSunSensor/_UnitTest/test_coarseSunSensor.py +++ b/src/simulation/sensors/coarseSunSensor/_UnitTest/test_coarseSunSensor.py @@ -294,7 +294,7 @@ def setupCSS(CSS): justTheNoise = cssOutput - truthVector # subtract curve from noisy curve outputStd = np.std(justTheNoise) if name == 'plain': - plt.figure(3, figsize=(7, 5), dpi=80, facecolor='w', edgecolor='k') + plt.figure(figsize=(7, 5), dpi=80, facecolor='w', edgecolor='k') plt.plot(dataLogSingle.times() * macros.NANO2MIN, cssOutput, label=name, zorder=zLevel, linewidth=lineWide) plt.legend() plt.xlabel('Time [min]')