#!/usr/local/other/python/GEOSpyD/2019.03_py3.7/2019-04-22/bin/python
import argparse
import sys
import numpy as np
import matplotlib as mpl
mpl.use('Agg')

def timing_bar()
	""" Plot relative timing when removing superspecies"""
	run_times = []

