Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akataba committed Mar 8, 2024
1 parent e28c8dd commit b49e16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis/load_env_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

from relaqs import RESULTS_DIR
from relaqs.api import load_pickled_env_data
from relaqs.api.utils import load_pickled_env_data

data_path = RESULTS_DIR + '2024-01-24_11-37-15_X/env_data.pkl'

Expand Down
2 changes: 1 addition & 1 deletion src/relaqs/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .training import TrainRLLib
from .callbacks import GateSynthesisCallbacks
from .gates import Gate
# from .utils import gate_fidelity, dm_fidelity, load_pickled_env_data

0 comments on commit b49e16e

Please sign in to comment.