Big upgrade

This commit is contained in:
Benoît Sierro
2021-05-27 11:05:11 +02:00
parent b94d8ed3fb
commit 9aabcbe1d4
49 changed files with 488 additions and 277 deletions

View File

@@ -92,7 +92,7 @@ class TestInitializeMethods(unittest.TestCase):
with self.assertRaisesRegex(
MissingParameterError,
r"1 of '\['power', 'energy', 'width', 't0'\]' is required when 'soliton_num' is specified and no defaults have been set",
r"1 of '\['peak_power', 'energy', 'width', 't0'\]' is required when 'soliton_num' is specified and no defaults have been set",
):
init._ensure_consistency(conf("bad2"))