@@ -77,7 +77,8 @@ def test_em_railgun(resolve_em_path, resolve_server_path, resolve_standard_path,
77
77
em .create_em_output (mats = 2 , matf = 2 , sols = 2 , solf = 2 )
78
78
em .create_em_database_globalenergy (outlv = 1 )
79
79
outpath = solution .save_file ()
80
- serveroutfile = os .path .join (outpath ,"test_railgun.k" )
80
+ #serveroutfile = os.path.join(outpath,"test_railgun.k")
81
+ serveroutfile = '/' .join ((outpath ,"test_railgun.k" ))
81
82
outputfile = os .path .join (resolve_output_path , "test_railgun.k" )
82
83
solution .download (serveroutfile ,outputfile )
83
84
standardfile = os .path .join (resolve_standard_path ,"em" , "railgun.k" )
@@ -130,7 +131,8 @@ def test_em_resistive_heating(resolve_em_path, resolve_server_path, resolve_stan
130
131
emobj .set_init_temperature (temp = 25 )
131
132
emobj .create_em_output (mats = 2 , matf = 2 , sols = 2 , solf = 2 )
132
133
outpath = solution .save_file ()
133
- serveroutfile = os .path .join (outpath ,"test_resistive_heating.k" )
134
+ #serveroutfile = os.path.join(outpath,"test_resistive_heating.k")
135
+ serveroutfile = '/' .join ((outpath ,"test_resistive_heating.k" ))
134
136
outputfile = os .path .join (resolve_output_path , "test_resistive_heating.k" )
135
137
solution .download (serveroutfile ,outputfile )
136
138
standardfile = os .path .join (resolve_standard_path ,"em" , "resistive_heating.k" )
@@ -177,7 +179,8 @@ def test_em_resistive_heating_2d(resolve_em_path, resolve_server_path, resolve_s
177
179
emobj .create_em_output (mats = 2 , matf = 2 , sols = 2 , solf = 2 )
178
180
179
181
outpath = solution .save_file ()
180
- serveroutfile = os .path .join (outpath ,"test_resistive_heating_2d.k" )
182
+ #serveroutfile = os.path.join(outpath,"test_resistive_heating_2d.k")
183
+ serveroutfile = '/' .join ((outpath ,"test_resistive_heating_2d.k" ))
181
184
outputfile = os .path .join (resolve_output_path , "test_resistive_heating_2d.k" )
182
185
solution .download (serveroutfile ,outputfile )
183
186
standardfile = os .path .join (resolve_standard_path ,"em" , "resistive_heating_2d.k" )
@@ -227,7 +230,8 @@ def test_em_resistive_heating_2d_isopots(resolve_em_path, resolve_server_path, r
227
230
emobj .create_em_output (mats = 2 , matf = 2 , sols = 2 , solf = 2 )
228
231
229
232
outpath = solution .save_file ()
230
- serveroutfile = os .path .join (outpath ,"test_resistive_heating_2d_isopots.k" )
233
+ #serveroutfile = os.path.join(outpath,"test_resistive_heating_2d_isopots.k")
234
+ serveroutfile = '/' .join ((outpath ,"test_resistive_heating_2d_isopots.k" ))
231
235
outputfile = os .path .join (resolve_output_path , "test_resistive_heating_2d_isopots.k" )
232
236
solution .download (serveroutfile ,outputfile )
233
237
standardfile = os .path .join (resolve_standard_path ,"em" , "resistive_heating_2d_isopots.k" )
@@ -269,7 +273,8 @@ def test_em_rlc_isopotential(resolve_em_path, resolve_server_path, resolve_stand
269
273
emobj .create_em_output (mats = 2 , matf = 2 , sols = 2 , solf = 2 )
270
274
271
275
outpath = solution .save_file ()
272
- serveroutfile = os .path .join (outpath ,"test_rlc_isopotential.k" )
276
+ #serveroutfile = os.path.join(outpath,"test_rlc_isopotential.k")
277
+ serveroutfile = '/' .join ((outpath ,"test_rlc_isopotential.k" ))
273
278
outputfile = os .path .join (resolve_output_path , "test_rlc_isopotential.k" )
274
279
solution .download (serveroutfile ,outputfile )
275
280
standardfile = os .path .join (resolve_standard_path ,"em" , "rlc_isopotential.k" )
@@ -323,7 +328,8 @@ def test_em_rlc_define_func(resolve_em_path, resolve_server_path, resolve_standa
323
328
emobj .create_em_output (mats = 2 , matf = 2 , sols = 2 , solf = 2 )
324
329
325
330
outpath = solution .save_file ()
326
- serveroutfile = os .path .join (outpath ,"test_rlc_define_func.k" )
331
+ #serveroutfile = os.path.join(outpath,"test_rlc_define_func.k")
332
+ serveroutfile = '/' .join ((outpath ,"test_rlc_define_func.k" ))
327
333
outputfile = os .path .join (resolve_output_path , "test_rlc_define_func.k" )
328
334
solution .download (serveroutfile ,outputfile )
329
335
standardfile = os .path .join (resolve_standard_path ,"em" , "rlc_define_func.k" )
@@ -377,7 +383,8 @@ def test_em_resistive_heating_2d_multi_isopots(resolve_em_path, resolve_server_p
377
383
emobj .create_em_output (mats = 2 , matf = 2 , sols = 2 , solf = 2 )
378
384
379
385
outpath = solution .save_file ()
380
- serveroutfile = os .path .join (outpath ,"test_resistive_heating_2d_multi_isopots.k" )
386
+ #serveroutfile = os.path.join(outpath,"test_resistive_heating_2d_multi_isopots.k")
387
+ serveroutfile = '/' .join ((outpath ,"test_resistive_heating_2d_multi_isopots.k" ))
381
388
outputfile = os .path .join (resolve_output_path , "test_resistive_heating_2d_multi_isopots.k" )
382
389
solution .download (serveroutfile ,outputfile )
383
390
standardfile = os .path .join (resolve_standard_path ,"em" , "resistive_heating_2d_multi_isopots.k" )
0 commit comments