Qiskit / documentation

The documentation content home for https://docs.quantum.ibm.com.
https://docs.quantum.ibm.com
Apache License 2.0
38 stars 81 forks source link

Stop running save-jobs notebook in CI for now #2286

Closed Eric-Arellano closed 1 week ago

Eric-Arellano commented 1 week ago

The notebook is failing with this:

---------------------------------------------------------------------------
StopIteration                             Traceback (most recent call last)
Cell In[2], line 3
      1 # Get ID of most recent successful job for demonstration.
      2 # This will not work if you've never successfully run a job.
----> 3 successful_job = next(jforjinservice.jobs()ifj.status().name=="DONE")
      4 job_id = successful_job.job_id()
      5 print(job_id)

StopIteration: 

Also closes https://github.com/Qiskit/documentation/issues/2277 by ignoring a valid link.

review-notebook-app[bot] commented 1 week ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Eric-Arellano commented 1 week ago

Hm, this doesn't work because later cells depend on this cell.

Eric-Arellano commented 1 week ago

Follow up tracked by https://github.com/Qiskit/documentation/issues/2287