-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Labels
bugThe problem described is something that must be fixedThe problem described is something that must be fixed
Description
Version of Awkward Array
2.8.9
Description and code to reproduce
When the parameters information for an array becomes very long, it does not show a shorter version in the repr similar to how other parts of the repr are cut down. As an example, run the following in a notebook:
import awkward as ak
ak.with_parameter([1,2], "systematics", ["some_name"]*500)In practice I see something like this via a schema, where names of systematic uncertainties are listed and there can be many of those (the above version is shorter than what I have in practice). cc @kratsg
I think "bug" is the wrong label, please consider automatic shortening a feature request instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThe problem described is something that must be fixedThe problem described is something that must be fixed