wip
This commit is contained in:
@@ -9,10 +9,9 @@ import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
from scipy.stats import ks_2samp
|
||||
|
||||
from common import imprt
|
||||
from common import imprt, IMAGE_MAGICK
|
||||
|
||||
colors = {'neg': 'red', 'neu': 'green', 'pos': 'blue', 'com': 'orange'}
|
||||
IMAGE_MAGICK = "magick"
|
||||
|
||||
|
||||
def main(folder):
|
||||
|
||||
Reference in New Issue
Block a user