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
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
The project is growing and the overall readability is not really enhancing ...
At the minimum add docstrings to document function usage and parameter types.
Maybe we should investigate the use of type annotations ? at least to highlight areas where the typing is a bit too much dynamic or not clear (It is already not very clear which functions take a regular dict from those which take PlotConfig)
The text was updated successfully, but these errors were encountered:
The project is growing and the overall readability is not really enhancing ...
At the minimum add docstrings to document function usage and parameter types.
Maybe we should investigate the use of type annotations ? at least to highlight areas where the typing is a bit too much dynamic or not clear (It is already not very clear which functions take a regular
dict
from those which takePlotConfig
)The text was updated successfully, but these errors were encountered: