Skip to content

Commit

Permalink
fix pandas warning in SampleParams
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jul 29, 2024
1 parent da561f9 commit 122aaa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drop/config/SampleParams.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import shutil


pd.set_option("future.no_silent_downcasting", True)


class ParamHelper:
def __init__(self,include,sampleAnnotationColumns,group,path):
Expand Down

0 comments on commit 122aaa5

Please sign in to comment.