Skip to content

Commit

Permalink
fix: adapt for newer pandas API
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Oct 27, 2019
1 parent 0c37317 commit 6b899db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import math
import pandas as pd
from pandas.core.groupby.groupby import DataFrameGroupBy
from pandas.core.groupby.generic import DataFrameGroupBy

EPSILON = 0.05

Expand Down

0 comments on commit 6b899db

Please sign in to comment.