Skip to content

Commit

Permalink
fix partial refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisxaustin committed Sep 2, 2024
1 parent c0fecde commit 7ab197b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime_vis/vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def profile_batch(self, function: Callable[[int], Any], size: int, dataset: pd.D

row = {'N': size, 'Time': time}
dataset.loc[len(dataset)] = [size, time]
render_plot(dataset)
self.render_plot(dataset)
self.times.append((size,time))

p.disable()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="runtime_vis",
author="Chris Austin",
url="https://github.com/chrisxaustin/python-runtime-vis",
version="0.8",
version="0.9",
packages=find_packages(),
install_requires=[
"seaborn==0.13.2",
Expand Down

0 comments on commit 7ab197b

Please sign in to comment.