Skip to content
Snippets Groups Projects
Commit 9081851f authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Ignore FutureWarnings

parent e7eaeaa4
Branches
Tags
2 merge requests!37v0.0.1,!14Resolve "process_createManifest"
Pipeline #5739 failed with stages
in 6 minutes and 59 seconds
......@@ -3,6 +3,8 @@
import argparse
import pandas as pd
warnings.simplefilter(action='ignore', category=FutureWarning)
def get_args():
parser = argparse.ArgumentParser()
parser.add_argument('-r', '--repRID',help="The replicate RID.",required=True)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment