-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding unit testing for ModelSystem and AtomsState (#15)
* Fix ruff version * Added _check_quantum_numbers in OrbitalsState Fix typing in atoms_state.py module Added TODO in HubbardInteractions Split method resolve_chemical_symbol_and_atomic_number in AtomsState * Fix methods in model_system.py module * Added testing for OrbitalsState, AtomsState, ModelSystem Fix input to normalize to be EntryArchive * Added testing for utils
- Loading branch information
1 parent
53ba600
commit a7412b2
Showing
15 changed files
with
1,078 additions
and
106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,4 +56,3 @@ jobs: | |
- uses: chartboost/ruff-action@v1 | ||
with: | ||
args: "format . --check --verbose" | ||
version: 0.1.8 |
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
Oops, something went wrong.