Skip to content

Commit e023cf6

Browse files
committed
update to pypi test 0.0.2
1 parent 0f17f7c commit e023cf6

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Vampyr_MTL/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# from .functions import *
2-
# from .evaluations import *
3-
# from .visual import *
1+
from .functions import *
2+
from .evaluations import *
3+
from .visual import *

Vampyr_MTL/functions/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
from .MTL_Cluster_Least_L21 import MTL_Cluster_Least_L21
22
from .MTL_Least_L21 import MTL_Least_L21
33
from .MTL_Softmax_L21_hinge import MTL_Softmax_L21
4-
from .Ordinal_Logistic_L21 import MTL_Logistic_L21
5-
6-
__all__ = ['MTL_Cluster_Least_L21', 'MTL_Least_L21', 'MTL_Softmax_L21', 'grid_to_graph', 'text',
7-
'MTL_Logistic_L21']
4+
from .Ordinal_Logistic_L21 import MTL_Logistic_L21
212 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)