We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3bb32 commit 3460673Copy full SHA for 3460673
pymc_extras/statespace/core/statespace.py
@@ -270,7 +270,7 @@ def __init__(
270
"calling the build_statespace_graph method."
271
)
272
273
- self.requirement_table.add_column("Variable", justify="right")
+ self.requirement_table.add_column("Variable", justify="left")
274
self.requirement_table.add_column("Shape", justify="left")
275
self.requirement_table.add_column("Constraints", justify="left")
276
self.requirement_table.add_column("Dimensions", justify="right")
0 commit comments