Skip to content
Snippets Groups Projects

Fix/3.0.0 test02 fixes

Merged Karim Ahmed requested to merge fix/3.0.0_test02_fixes into master
All threads resolved!
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -300,7 +300,6 @@ def show_processed_modules(dinstance: str, constants: Optional[Dict[str, Any]],
color = 'green'
if ('Noise' not in constants.keys() or
np.nanmean(constants['Noise'][counter, ..., 0]) == 0): # noqa
if 'Noise' not in constants.keys() or noise_mean == 0: # noqa
color = 'red'
counter += 1
Loading