You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of adding this set of tools into a debugging module, I believe that it is better to divide them into some more specific modules (because they can be used not only for debugging but for other purposes).
I propose the following: detectors, dems, and plotting (?). For the latter, I am still unsure because the performance module contains a plots.py file inside it, to it does not make sense to have a both a general and specific plotting, becayse then one does not know where to find the tools.
Maybe a better classification of the modules it is regarding the inputs of the functions. For example, in a dems module, the inputs of the functions are dems (with other arguments). I believe this simplifies the problem because it is easier to access the functions as one only needs to know what is the input/object it wants to transform/operate on.
Layout
class?)The text was updated successfully, but these errors were encountered: