[bug] [factorisation] removed remaining validity checks is_valid

This commit is contained in:
Noe Brucy
2020-12-15 15:56:24 +01:00
parent 9864ba97b8
commit 157f84e994
3 changed files with 12 additions and 23 deletions
-5
View File
@@ -266,11 +266,6 @@ class Plotter(Aggregator, BaseProcessor):
else:
name_full = name
# Exit if not valid
if not rule.is_valid(arg):
self._log("{} is not valid in this context".format(name_full), "ERROR")
return
# get filetype of the output
filetype = filetype_from_ext[self.pp_params.out.ext]