Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename sequences to append _example #776

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

dixonjoel
Copy link
Collaborator

What does this Pull Request accomplish?

Fixes #771 . The sequence names conflict with the simple sequencer in InstrumentStudio for its .seq name. This causes weird errors when you use the sequencer with one of our examples.

Why should this Pull Request be merged?

Makes our examples work with the simple sequencer.

What testing has been done?

None. Should not affect any functionality.

Copy link

github-actions bot commented Jul 2, 2024

Test Results

    30 files  ±0      30 suites  ±0   48m 40s ⏱️ + 2m 17s
   653 tests ±0     653 ✅ ±0      0 💤 ±0  0 ❌ ±0 
16 210 runs  ±0  15 150 ✅ ±0  1 060 💤 ±0  0 ❌ ±0 

Results for commit c7af80b. ± Comparison against base commit 505a134.

♻️ This comment has been updated with latest results.

@dixonjoel dixonjoel merged commit 258f6fe into main Jul 2, 2024
17 checks passed
@dixonjoel dixonjoel deleted the users/jdixon/rename-example-seq-files branch July 2, 2024 20:56
dixonjoel added a commit that referenced this pull request Jul 9, 2024
dixonjoel added a commit that referenced this pull request Jul 10, 2024
dixonjoel added a commit that referenced this pull request Jul 11, 2024
* chore(deps): lock file maintenance

* Rename sequences to append _example (#776)

* chore(deps): update dependency tox to v4.16.0 (#777)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance

* fix(deps): update dependency nidaqmx to v1 (#779)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency tomlkit to v0.13.0 (#783)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Create a top-level ni-measurement-plugin-sdk meta package (#781)

* First pass at a top-level package

* Build and publish the SDK package

* Lint and fix some dependencies. Delete foo.py. Remove click and mako

* Reorganize the package hierarchy and pyproject.toml files

* Fix the docs configuration path

* Updated working directories

* Update working directory for nims

* Make a copy of color stubs

* Fix lint errors

* Working directory for docs

* Move scripts into service

* Working directory for docs build

* Move _docs_source into service

* Fix autoapi dir

* Fix docs directory

* Update proto path

* Update working directory for service

* Move README into sdk folder

* Update working directory for system tests

* Update SDK package version from tag during publish

* Fix copying of .env.simulation with working directory

* Add README to service so poetry install works

* Fix tox working directory

* Fix test_results path

* Fix typo

* Fix install_examples script

* Clean out docs/ directory after building

* Fix caching keys

* Use rm -rf docs

* Fix readthedocs configuration path

* Update CNAME for readthedocs

* Update caching keys and locations

* Update poetry version for readthedocs

* fix(deps): update dependency grpcio to v1.65.0 (#785)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename .seq files for examples to avoid conflict with the TestStand sequence name for the sequencer
2 participants