Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pulse_lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QuTech QDLabs
pulse_lib
Commits
eb508dbf
Commit
eb508dbf
authored
2 years ago
by
Sander de Snoo
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
f47b11e5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pulse_lib/tests/configurations/test_configuration.py
+7
-6
7 additions, 6 deletions
pulse_lib/tests/configurations/test_configuration.py
pulse_lib/tests/looping/test_loop_2D_acquire.py
+0
-1
0 additions, 1 deletion
pulse_lib/tests/looping/test_loop_2D_acquire.py
with
7 additions
and
7 deletions
pulse_lib/tests/configurations/test_configuration.py
+
7
−
6
View file @
eb508dbf
...
...
@@ -266,6 +266,7 @@ class Context:
if
hasattr
(
awg
,
'
plot
'
):
pt
.
figure
()
awg
.
plot
()
# awg.plot(discrete=True)
pt
.
legend
()
pt
.
grid
()
pt
.
ylabel
(
'
amplitude [V]
'
)
...
...
@@ -317,12 +318,12 @@ class Context:
s
.
plot
(
index
,
channels
=
channels
,
render_full
=
awg_output
)
self
.
_savefig
()
def
plot_ds
(
self
,
ds
):
runner
=
self
.
_configuration
[
'
runner
'
]
if
runner
==
'
core_tools
'
:
pass
elif
runner
==
'
qcodes
'
:
pass
#
def plot_ds(self, ds):
#
runner = self._configuration['runner']
#
if runner == 'core_tools':
#
pass
#
elif runner == 'qcodes':
#
pass
def
_savefig
(
self
):
backend
=
self
.
_configuration
[
'
backend
'
]
...
...
This diff is collapsed.
Click to expand it.
pulse_lib/tests/looping/test_loop_2D_acquire.py
+
0
−
1
View file @
eb508dbf
from
pulse_lib.tests.configurations.test_configuration
import
context
import
pulse_lib.segments.utility.looping
as
lp
import
time
def
test
():
pulse
=
context
.
init_pulselib
(
n_gates
=
1
,
n_sensors
=
1
)
...
...
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