-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Tests for Dynamical Decoupling (#153)
* Define DDStrategy as Pydantic BaseModel instead of dataclass Having DDStrategy as BaseModel helps to do deserialization from JSON properly without implementing any custom deserializers * Add unit tests to test run requests with DD * Add DD to Metadata model tests * Fix formatting * Update CHANGELOG * Fix pylint errors * Update docstring Remove ``cite`` role as no bibliography file is provided Co-authored-by: Ville Bergholm <[email protected]> * Update CHANGELOG.rst --------- Co-authored-by: Ville Bergholm <[email protected]> Co-authored-by: Rakhim Davletkaliyev <[email protected]>
- Loading branch information
1 parent
540f662
commit 3fc2a29
Showing
5 changed files
with
94 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters