Skip to content

Commit

Permalink
temp disable old location
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Mar 7, 2022
1 parent 22e94cc commit c8e16de
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions qcodes/utils/dataset/doNd.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
from qcodes.dataset.doNd import (
AbstractSweep,
ArraySweep,
LinSweep,
LogSweep,
do0d,
do1d,
do2d,
dond,
)
from qcodes.dataset.plotting import plot_and_save_image as plot

__all__ = [
"do0d",
"do1d",
"do2d",
"dond",
"AbstractSweep",
"ArraySweep",
"LinSweep",
"LogSweep",
"plot",
]
# from qcodes.dataset.doNd import (
# AbstractSweep,
# ArraySweep,
# LinSweep,
# LogSweep,
# do0d,
# do1d,
# do2d,
# dond,
# )
# from qcodes.dataset.plotting import plot_and_save_image as plot
#
# __all__ = [
# "do0d",
# "do1d",
# "do2d",
# "dond",
# "AbstractSweep",
# "ArraySweep",
# "LinSweep",
# "LogSweep",
# "plot",
# ]

0 comments on commit c8e16de

Please sign in to comment.