Update to use setuptools

This commit is contained in:
2022-11-23 19:27:21 +01:00
parent 1a0d30dc74
commit a535ecc032
10 changed files with 52 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ An example plot of :class:`bayesclass.TAN`
"""
import numpy as np
from matplotlib import pyplot as plt
from bayesclass import TAN
from bayesclass.bayesclass import TAN
X = [[0, 0], [1, 1]]
y = [0, 1]