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

Public Member Functions

def setUpClass (cls)
 
def test_smoke_multi (self)
 
def test_smoke_multi_from_instance (self)
 

Static Private Attributes

dictionary _ref_kwargs
 

Member Function Documentation

◆ setUpClass()

def pyrosetta.tests.distributed.cluster.test_smoke.SmokeTestMulti.setUpClass (   cls)

◆ test_smoke_multi()

def pyrosetta.tests.distributed.cluster.test_smoke.SmokeTestMulti.test_smoke_multi (   self)

◆ test_smoke_multi_from_instance()

def pyrosetta.tests.distributed.cluster.test_smoke.SmokeTestMulti.test_smoke_multi_from_instance (   self)
Smoke test for PyRosettaCluster usage with multiple protocols and instances.

References pyrosetta.distributed.init(), enumerate_junctions.int, pyrosetta.io.pose_from_sequence(), range, and pyrosetta.bindings.warnings.setPoseExtraScore().

Member Data Documentation

◆ _ref_kwargs

dictionary pyrosetta.tests.distributed.cluster.test_smoke.SmokeTestMulti._ref_kwargs
staticprivate
Initial value:
= {
"test_str": "testing",
"test_int": 100,
"test_float": 12345.67890,
"test_complex": 3j,
"test_list": list(range(5)),
"test_tuple": tuple(range(6)),
"test_range": range(7),
"test_dict": dict(enumerate(range(8))),
"test_set": set(range(9)),
"test_frozenset": frozenset({"foo", "bar"}),
"test_bool": True,
"test_bytes": b"Bytes",
"test_bytearray": bytearray(10),
"test_none": None,
"test_memoryview": memoryview(bytes(3)),
}
Definition: format.h:3611
set(f, "visible", "off") else fp_ang
range
Definition: draw_gen_env_dep_pair_decompose.m:5
FileVectorOptionKey const list
BooleanOptionKey const enumerate

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