Removing matplotlib requirement from 6_SummaryStats.py

This commit is contained in:
Auden Cote-L'Heureux 2023-08-04 14:29:50 -04:00 committed by GitHub
parent 7223b4ee60
commit ab65eb7851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import CUB
from statistics import mean from statistics import mean
from math import ceil, floor from math import ceil, floor
from tqdm import tqdm from tqdm import tqdm
import matplotlib.pyplot as plt #import matplotlib.pyplot as plt
import numpy as np import numpy as np
@ -260,7 +260,7 @@ if __name__ == "__main__":
if args.r2g_jf: if args.r2g_jf:
r2g_jf(args, nuc_comp, gcodes) r2g_jf(args, nuc_comp, gcodes)
plot_jf(args, nuc_comp) #plot_jf(args, nuc_comp)