Closed Curts0 closed 1 year ago
@Daandamhuis I had to remove the self.Dependencies
from the PyMeasure class. I ran through some tests with a model that had over 800 measures and it took too long to connect, because on connection the DMV query was executing for every single measure which took over a few minutes.
Obviously keeping measure.get_dependencies()
(which I love btw, honestly didn't know that existed in DMV).