Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Commits
4802f7b0
Commit
4802f7b0
authored
2 years ago
by
Jean-Baptiste Bayle
Browse files
Options
Downloads
Patches
Plain Diff
Test total locking beatnotes
parent
25719987
No related branches found
No related tags found
1 merge request
!56
Resolve "Add frequency plan"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_fplan.py
+4
-4
4 additions, 4 deletions
tests/test_fplan.py
with
4 additions
and
4 deletions
tests/test_fplan.py
+
4
−
4
View file @
4802f7b0
...
@@ -114,10 +114,10 @@ def test_static_fplan_valid_with_all_lock_configs():
...
@@ -114,10 +114,10 @@ def test_static_fplan_valid_with_all_lock_configs():
instru
.
simulate
()
instru
.
simulate
()
for
mosa
in
instru
.
MOSAS
:
for
mosa
in
instru
.
MOSAS
:
assert
np
.
all
(
5E6
<
np
.
abs
(
instru
.
isi_carrier
_offset
s
[
mosa
])
<
25E6
)
assert
np
.
all
(
5E6
<
np
.
abs
(
instru
.
isi_carriers
[
mosa
])
<
25E6
)
assert
np
.
all
(
5E6
<
np
.
abs
(
instru
.
isi_usb
_offset
s
[
mosa
])
<
25E6
)
assert
np
.
all
(
5E6
<
np
.
abs
(
instru
.
isi_usbs
[
mosa
])
<
25E6
)
assert
np
.
all
(
5E6
<
np
.
abs
(
instru
.
rfi_carrier
_offset
s
[
mosa
])
<
25E6
)
assert
np
.
all
(
5E6
<
np
.
abs
(
instru
.
rfi_carriers
[
mosa
])
<
25E6
)
assert
np
.
all
(
5E6
<
np
.
abs
(
instru
.
rfi_usb
_offset
s
[
mosa
])
<
25E6
)
assert
np
.
all
(
5E6
<
np
.
abs
(
instru
.
rfi_usbs
[
mosa
])
<
25E6
)
def
test_constant_equal_fplan
():
def
test_constant_equal_fplan
():
"""
Test a user-defined constant equal fplan.
"""
"""
Test a user-defined constant equal fplan.
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment