1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-02 17:23:27 +00:00

quick fix

This commit is contained in:
ltcptgeneral 2019-09-21 21:10:22 -05:00
parent f5b9a678fc
commit 8bd07cbd32

@ -154,6 +154,7 @@ import numpy as np
import math
from sklearn import metrics
from sklearn import preprocessing
import torch
class error(ValueError):
pass