Skip to content

Commit

Permalink
[Documentations] Correcting some bugs (#1332)
Browse files Browse the repository at this point in the history
* [Documentations] Correcting some bugs

 - Correcting some bugs

* Update qprof.py

* Update qprof_interface.py

* black

---------

Co-authored-by: Umar Farooq Ghumman <[email protected]>
  • Loading branch information
oualib and mail4umar authored Oct 31, 2024
1 parent 7562138 commit 39c9b58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion verticapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions verticapy/performance/vertica/qprof.py
Original file line number Diff line number Diff line change
Expand Up @@ -3590,9 +3590,6 @@ def get_qplan_tree(
qprof.get_qplan_tree()
.. ipython:: python
:suppress:
.. ipython:: python
:suppress:
Expand Down
2 changes: 2 additions & 0 deletions verticapy/performance/vertica/qprof_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39c9b58

Please sign in to comment.