]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
SSL mode is activated by default
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 15 Feb 2022 10:41:16 +0000 (11:41 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 15 Feb 2022 10:41:16 +0000 (11:41 +0100)
doc/salome/examples/basic_geom_smesh_without_session.py
doc/salome/examples/basic_shaper_smesh_without_session.py
doc/salome/examples/basic_smesh_output_with_mc_field.py

index 9626ff9ebeaf1e65970140dfb59864cd2cf93985..530d4a7696f67e26c12152b858ad76e363349c7c 100644 (file)
@@ -7,8 +7,6 @@ import sys
 import salome
 
 import os
-salome.standalone() # <- key point of test is here
-salome.salome_init()
 import salome_notebook
 notebook = salome_notebook.NoteBook()
 
index 54594a19448632239395f27a33a4a813f212de79..5fab2b78fd7e575ef537994f0ae931a8ba643b68 100644 (file)
@@ -5,7 +5,6 @@ Most basic test of SHAPE/SMESH usecase, but it can be tested without any session
 
 import sys
 import salome
-salome.standalone() # <- key point of test is here
 salome.salome_init()
 
 #from salome.shaper import initConfig
index f900b96c2f26e1f1a0277fc77edd2cc67d8656a0..abae62164a7970c34f0ea066ec58474358f4d26d 100644 (file)
@@ -11,7 +11,6 @@ class SMESHExportOfFieldsInMemory(unittest.TestCase):
     """
     Test focuses on ExportMEDCoupling method in the context of MED_CELL field output.
     """
-    salome.standalone()
     salome.salome_init()
     ###
     ### SHAPER component