File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ interface keyable {
6
6
}
7
7
8
8
async function testRunClient ( ) : Promise < void > {
9
- const client = new RunClient ( 'http://127.0.0.1:5000 ' ) ;
10
- const experimentClient = new ExperimentClient ( 'http://127.0.0.1:5000 ' ) ;
9
+ const client = new RunClient ( 'http://127.0.0.1:5001 ' ) ;
10
+ const experimentClient = new ExperimentClient ( 'http://127.0.0.1:5001 ' ) ;
11
11
12
12
try {
13
13
// createRun
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ interface keyable {
8
8
9
9
// test code for cleanupRuns
10
10
async function testCleanupRuns ( ) : Promise < void > {
11
- const myRunClient = new RunClient ( 'http://127.0.0.1:5000 ' ) ;
12
- const myRunManager = new RunManager ( 'http://127.0.0.1:5000 ' ) ;
13
- const myExperimentClient = new ExperimentClient ( 'http://127.0.0.1:5000 ' ) ;
11
+ const myRunClient = new RunClient ( 'http://127.0.0.1:5001 ' ) ;
12
+ const myRunManager = new RunManager ( 'http://127.0.0.1:5001 ' ) ;
13
+ const myExperimentClient = new ExperimentClient ( 'http://127.0.0.1:5001 ' ) ;
14
14
15
15
try {
16
16
// create 2 experiments
@@ -64,9 +64,9 @@ async function testCleanupRuns(): Promise<void> {
64
64
// test code for copyRun
65
65
66
66
async function testCopyRun ( ) : Promise < void > {
67
- const myRunClient = new RunClient ( 'http://127.0.0.1:5000 ' ) ;
68
- const myRunManager = new RunManager ( 'http://127.0.0.1:5000 ' ) ;
69
- const myExperimentClient = new ExperimentClient ( 'http://127.0.0.1:5000 ' ) ;
67
+ const myRunClient = new RunClient ( 'http://127.0.0.1:5001 ' ) ;
68
+ const myRunManager = new RunManager ( 'http://127.0.0.1:5001 ' ) ;
69
+ const myExperimentClient = new ExperimentClient ( 'http://127.0.0.1:5001 ' ) ;
70
70
71
71
try {
72
72
console . log ( 'Testing copy run...' ) ;
You can’t perform that action at this time.
0 commit comments