Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 43c4042

Browse files
committed
Cleanup for PR
1 parent beba32d commit 43c4042

File tree

4 files changed

+8
-171
lines changed

4 files changed

+8
-171
lines changed

dev/graph.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Use this to graph the benchmarking results (see benchmark.sh)
2+
#
3+
# To run this:
4+
# - pip install pandas
5+
# - pip install plotly
6+
#
7+
18
import pandas as pd
29
import plotly.graph_objects as go
310
from data_diff.utils import number_to_human

poetry.lock

Lines changed: 1 addition & 166 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ psycopg2 = "*"
4343
presto-python-client = "*"
4444
parameterized = "*"
4545
unittest-parallel = "*"
46-
pandas = "1.3.5" # for generating benchmark graphs, older version for Python3.7
47-
plotly = "*"
48-
kaleido = "0.2.1"
4946

5047
[tool.poetry.extras]
5148
# When adding, update also: README + dev deps just above

tests/test_diff_tables.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import datetime
22
import unittest
33
import uuid
4-
import string
5-
import random
64

75
import preql
86
import arrow # comes with preql

0 commit comments

Comments
 (0)