moved sweep definitions to base pattern

This commit is contained in:
PatchOfScotland
2023-02-03 10:47:51 +01:00
parent 64aaf46196
commit 1b638ec496
8 changed files with 83 additions and 79 deletions

View File

@ -65,7 +65,10 @@ class MeowTests(unittest.TestCase):
pass
def _is_valid_output(self, outputs:Any)->None:
pass
FullPattern("name", "", "", "")
def _is_valid_sweep(self,
sweep:dict[str,Union[int,float,complex]])->None:
pass
FullPattern("name", "", "", "", "")
# Test that BaseRecipe instantiation
def testBaseRule(self)->None:
@ -224,3 +227,5 @@ class MeowTests(unittest.TestCase):
pass
FullTestConductor()
# TODO Test expansion of parameter sweeps