uncomment library scipy

This commit is contained in:
raskolnikov 2023-01-24 12:59:27 -05:00
parent 36f3d1d731
commit b5cb5eac76

View File

@ -13,7 +13,7 @@ from trytond.modules.product import price_digits
import datetime
from datetime import timedelta
#from scipy.stats import t
from scipy.stats import t
import matplotlib.pyplot as plt
import numpy as np
import math as mt