Open cloudysail opened 6 years ago
This ticket is part of the big plan to move from Scala to Python.
We would like to mimic the Scala DqmValidationResult class and all the other classes it is using(e.g DqmStateSnapshot, ErrorReport).
DqmValidationResult
DqmStateSnapshot
ErrorReport
Dqm validation is converted to Python. However, there could be helper method to provide user an interface to better use the DQM results.
This ticket is part of the big plan to move from Scala to Python.
We would like to mimic the Scala
DqmValidationResult
class and all the other classes it is using(e.gDqmStateSnapshot
,ErrorReport
).