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
At the moment, if a component appears multiple times in the nested component hierarchy, it will get printed multiple times in __str__. It would be nice if it would only be printed once, ideally at the 'highest' level.
The text was updated successfully, but these errors were encountered:
As we discussed, it would also be nice to add a boolean flag to each Field that determines to what extent the Field is printed, e.g. expand_print=True. Then we can set it to False for things we don't want to have in the parameter overview, e.g. printing attributes of the type tfds.core.DatasetInfo is very verbose and also unnecessary; simply printing the name of the class would suffice.
At the moment, if a component appears multiple times in the nested component hierarchy, it will get printed multiple times in
__str__
. It would be nice if it would only be printed once, ideally at the 'highest' level.The text was updated successfully, but these errors were encountered: