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

Ignore FutureWarnings

parent 9081851f
Branches
Tags
2 merge requests!37v0.0.1,!14Resolve "process_createManifest"
Pipeline #5740 failed with stages
in 17 minutes and 6 seconds
......@@ -2,7 +2,7 @@
import argparse
import pandas as pd
import warnings
warnings.simplefilter(action='ignore', category=FutureWarning)
def get_args():
......
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