diff --git a/verticapy/__init__.py b/verticapy/__init__.py index b1d56f0d9..f8a062b05 100755 --- a/verticapy/__init__.py +++ b/verticapy/__init__.py @@ -39,7 +39,7 @@ __version__: str = "1.1.0" __iteration__: int = 1 __date__: str = "11012024" -__last_commit__: str = "d56eed659fc883e15621c532f991d8b9fe83c676" +__last_commit__: str = "a0633c11da7ed93633c6852b6e5d8b55a19c960c" __long_version__: str = f"{__version__}-{__iteration__}—{__date__}-{__last_commit__}" __codecov__: float = 0.84 diff --git a/verticapy/performance/vertica/qprof.py b/verticapy/performance/vertica/qprof.py index 045455808..81a662db4 100755 --- a/verticapy/performance/vertica/qprof.py +++ b/verticapy/performance/vertica/qprof.py @@ -3590,9 +3590,6 @@ def get_qplan_tree( qprof.get_qplan_tree() - .. ipython:: python - :suppress: - .. ipython:: python :suppress: diff --git a/verticapy/performance/vertica/qprof_interface.py b/verticapy/performance/vertica/qprof_interface.py index c4ff6b123..0eead32df 100644 --- a/verticapy/performance/vertica/qprof_interface.py +++ b/verticapy/performance/vertica/qprof_interface.py @@ -1266,3 +1266,5 @@ def get_qplan_tree(self): Displays the final side-by-side UI. """ print_message(self.side_by_side_ui, "display") + + display = get_qplan_tree