File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
call :
13
13
name : Call Spack CI
14
- uses : LIHPC-Computational-Geometry/spack_recipes/.github/workflows/spack-reusable.yml@main
14
+ uses : LIHPC-Computational-Geometry/spack_recipes/.github/workflows/spack-reusable.yml@add_use_of_mambo_step_repository
Original file line number Diff line number Diff line change 1
1
import os
2
2
import pyMagix3D as Mgx3D
3
3
4
- step_file_name = "mambo/Simple/S45.step"
4
+ step_file_name = "../ mambo/Simple/S45.step"
5
5
6
6
def test_curves_fuse_s45 ():
7
7
ctx = Mgx3D .getStdContext ()
8
8
ctx .clearSession () # Clean the session after the previous test
9
9
gm = ctx .getGeomManager ()
10
10
tm = ctx .getTopoManager ()
11
11
12
+ print (os .listdir ("../" ))
13
+ print (os .listdir ("./" ))
14
+ os .listdir ("../mambo" )
15
+ os .listdir ("../mam/Simple" )
16
+
12
17
ctx .setLengthUnit (Mgx3D .Unit .meter )
13
18
gm .importSTEP (step_file_name )
14
19
assert gm .getNbVolumes ()== 1
You can’t perform that action at this time.
0 commit comments