Skip to content

Commit bcb8ac2

Browse files
authored
Merge pull request #379 from sandialabs/feature-svb-qol-updates
IBMQExperiment and FreeformDesign/CombinedExperimentDesign quality-of-life updates
2 parents 6c14d77 + d6abea6 commit bcb8ac2

File tree

20 files changed

+1358
-551
lines changed

20 files changed

+1358
-551
lines changed

.github/workflows/feature-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
build:
1818
strategy:
19-
# fail-fast: true is OK here
19+
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
2222
python-version: [3.9, '3.12'] # Only extremal Python versions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
.ipynb_checkpoints
1212
test/test_packages/temp_test_files/*
1313
*_checkpoints/
14+
*_checkpoint/
1415
jupyter_notebooks/**/offline
1516
test/test_packages/offline
1617
hooks/etc/permissions.yml
@@ -62,6 +63,7 @@ jupyter_notebooks/Tutorials/tutorial_files/exampleBriefReport
6263
jupyter_notebooks/Tutorials/tutorial_files/*.ipynb
6364
jupyter_notebooks/Tutorials/tutorial_files/tempTest
6465
jupyter_notebooks/Tutorials/tutorial_files/*checkpoints
66+
jupyter_notebooks/Tutorials/objects/advanced/test_ibmq*
6567
jupyter_notebooks/Tutorials/tutorial_files/test_mirror_benchmark
6668

6769

0 commit comments

Comments
 (0)