Resolve "Do not accept fplan files for simulations without an orbit files"
Merged
requested to merge 138-do-not-accept-fplan-files-for-simulations-without-an-orbit-files into master
Compare changes
- Jean-Baptiste Bayle authored
+ 36
− 12
@@ -25,7 +25,9 @@ def _consistent_locking_beatnotes(instru, fplan=None):
@@ -25,7 +25,9 @@ def _consistent_locking_beatnotes(instru, fplan=None):
@@ -217,25 +219,36 @@ def test_keplerian_fplan_1_1():
@@ -217,25 +219,36 @@ def test_keplerian_fplan_1_1():
lock = {'12': 'cavity', '13': 'cavity', '21': 'distant', '31': 'distant', '23': 'adjacent', '32': 'adjacent'}
@@ -246,25 +259,36 @@ def test_esa_trailing_fplan_1_1():
@@ -246,25 +259,36 @@ def test_esa_trailing_fplan_1_1():
instru = Instrument(size=100, lock=f'{topology}-{primary}', fplan='tests/esa-trailing-fplan-1-1.h5')
lock = {'12': 'cavity', '13': 'cavity', '21': 'distant', '31': 'distant', '23': 'adjacent', '32': 'adjacent'}