Skip to content

Commit

Permalink
✅ trial and error
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich committed Dec 4, 2024
1 parent 65d769f commit 0198659
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dynamic = ["version"]
dependencies = [
"mqt.bench>=1.1.3",
"pytket<1.36.0", # pytket-qiskit is not compatible with pytket v1.36.0
"sb3_contrib>=2.0.0",
"sb3_contrib>=2.0.0, <2.4.0",
"torch<2.5.0",
"tqdm>=4.67.0",
"scikit-learn>=1.5.1",
Expand Down Expand Up @@ -113,7 +113,7 @@ filterwarnings = [
'ignore:.*The property ``qiskit.dagcircuit.dagcircuit.DAGCircuit.*`` is deprecated as of qiskit 1.3.0.*:DeprecationWarning:qiskit.*',
'ignore:.*The class ``qiskit.pulse.*`` is deprecated as of Qiskit 1.3.*:DeprecationWarning:',
'ignore:.*The class ``qiskit.qobj.*`` is deprecated as of Qiskit 1.3.*:DeprecationWarning:qiskit.*',
'ignore:.*The class ``qiskit.qobj.*`` is deprecated as of Qiskit 1.3.*:DeprecationWarning:qiskit.*',
'ignore:.*The class ``qiskit.qobj.converters.pulse_instruction.QobjToInstructionConverter`` is deprecated as of Qiskit 1.3*:DeprecationWarning:',
'ignore:.*The property ``qiskit.transpiler.target.*`` is deprecated as of Qiskit 1.3.*:DeprecationWarning:qiskit.*',
'ignore:.*The property ``qiskit.circuit.instruction.Instruction.*`` is deprecated as of qiskit 1.3.0.*:DeprecationWarning:',
'ignore:.*The property ``qiskit.dagcircuit.dagcircuit.DAGCircuit.*`` is deprecated as of qiskit 1.3.0.*:DeprecationWarning:',
Expand Down
2 changes: 1 addition & 1 deletion tests/compilation/test_predictor_rl.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_qcompile_with_newly_trained_models() -> None:
rl.qcompile(qc, figure_of_merit=figure_of_merit, device_name=device)

predictor.train_model(
timesteps=20,
timesteps=100,
test=True,
)

Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0198659

Please sign in to comment.