Removing matplotlib dependency from 8_SummaryStats.py

This commit is contained in:
Auden Cote-L'Heureux 2023-08-04 15:05:10 -04:00 committed by GitHub
parent ab65eb7851
commit b08135e9b4
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
@ -249,7 +249,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)