Rosetta
Public Member Functions | Static Public Member Functions | Static Private Attributes | List of all members
pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest Class Reference
Inheritance diagram for pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest:
Inheritance graph
[legend]

Public Member Functions

def get_protocols (cls)
 
def test_generate_builtin_clients (self)
 
def test_generate_user_client (self)
 
def test_generate_multi_user_clients (self)
 
def test_generate_partition_clients (self)
 
- Public Member Functions inherited from pyrosetta.tests.distributed.cluster.test_smoke.TestBase
def setUpClass (cls)
 
def tearDownClass (cls)
 
def setUp (self)
 
def tearDown (self)
 

Static Public Member Functions

def parameter_to_str (parameter)
 
def create_tasks (parameter)
 
def my_pyrosetta_protocol_1 (packed_pose, **kwargs)
 
def my_pyrosetta_protocol_2 (packed_pose, **kwargs)
 

Static Private Attributes

int _n_tasks = 2
 
int _n_output_packed_poses = 2
 
tuple _parameters = (0.0, 100.0)
 
dictionary _pyrosetta_kwargs
 

Additional Inherited Members

- Public Attributes inherited from pyrosetta.tests.distributed.cluster.test_smoke.TestBase
 input_packed_pose
 
 local_directory
 
 local_directory_1
 
 local_directory_2
 
 default_client
 
 clients
 
 workdir
 
 instance_kwargs
 

Detailed Description

Smoke test for the use case of the `PyRosettaCluster().generate()` method.

Member Function Documentation

◆ create_tasks()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.create_tasks (   parameter)
static

◆ get_protocols()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.get_protocols (   cls)

◆ my_pyrosetta_protocol_1()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.my_pyrosetta_protocol_1 (   packed_pose,
**  kwargs 
)
static

◆ my_pyrosetta_protocol_2()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.my_pyrosetta_protocol_2 (   packed_pose,
**  kwargs 
)
static

◆ parameter_to_str()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.parameter_to_str (   parameter)
static

◆ test_generate_builtin_clients()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.test_generate_builtin_clients (   self)

◆ test_generate_multi_user_clients()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.test_generate_multi_user_clients (   self)

◆ test_generate_partition_clients()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.test_generate_partition_clients (   self)

◆ test_generate_user_client()

def pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest.test_generate_user_client (   self)

Member Data Documentation

◆ _n_output_packed_poses

int pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest._n_output_packed_poses = 2
staticprivate

◆ _n_tasks

int pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest._n_tasks = 2
staticprivate

◆ _parameters

tuple pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest._parameters = (0.0, 100.0)
staticprivate

◆ _pyrosetta_kwargs

dictionary pyrosetta.tests.distributed.cluster.test_smoke.GeneratorTest._pyrosetta_kwargs
staticprivate
Initial value:
= {
"options": "-mute all",
"extra_options": "-ex1 -multithreading:total_threads 1",
"set_logging_handler": "logging",
}

The documentation for this class was generated from the following file: