File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,18 +135,18 @@ <h2> Examples </h2>
135
135
< div class ="three-cards ">
136
136
< div class ="card h-100 ">
137
137
< div class ="card-body ">
138
- < a href ="{{ pathto( "examples /Two_Moons ") }}"> < h4 class ="card-title "> Two Moons</ h4 > </ a >
138
+ < a href ="{{ pathto( "examples /Two_moons ") }}"> < h4 class ="card-title "> Two Moons</ h4 > </ a >
139
139
< p class ="card-text "> Here are some examples of domain adaptation methods applied on the Two Moons dataset.
140
140
Please look at these examples to learn how to use the algorithms provided by the ADAPT package.
141
141
</ p >
142
142
</ div >
143
143
144
144
< div class ="image ">
145
- < a href ="{{ pathto( "examples /Two_Moons ") }}">
145
+ < a href ="{{ pathto( "examples /Two_moons ") }}">
146
146
< img src ="_static/images/two_moons_setup.png " class ="sk-index-img " alt ="Two Moons ">
147
147
</ a >
148
148
</ div >
149
- < a class ="btn btn-below " role ="button " href ="{{ pathto( "examples /Two_Moons ") }}"> See examples</ a >
149
+ < a class ="btn btn-below " role ="button " href ="{{ pathto( "examples /Two_moons ") }}"> See examples</ a >
150
150
</ div >
151
151
</ div >
152
152
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def test_fit_coral_complex():
73
73
model .fit (Xs_ , ys [:10 ], Xt_ )
74
74
assert np .iscomplexobj (linalg .inv (linalg .sqrtm (model .Cs_ )))
75
75
assert np .iscomplexobj (linalg .sqrtm (model .Ct_ ))
76
- model .predict (Xs_ )
76
+ model .predict (Xs_ , domain = "src" )
77
77
78
78
79
79
def test_fit_deepcoral ():
You can’t perform that action at this time.
0 commit comments