Skip to content

Commit

Permalink
Consistent casing setup -> setUp on all test classes (#3305)
Browse files Browse the repository at this point in the history
* fix typo matricies -> matrices

* fix TestVaspInput.test_write() polluting repo dir

* def setup() -> def setUp()

* remove pointless fixtures
  • Loading branch information
janosh committed Sep 13, 2023
1 parent 68146dd commit aad1c92
Show file tree
Hide file tree
Showing 12 changed files with 276 additions and 199 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ What's Changed

- Misc bug fixes.
- Enable Structure relaxations with TrajectoryObserver (@janosh)
- Breaking: Rename `gen_sl_transform_matricies->gen_sl_transform_matrices` (#2894)
- Breaking: Rename `gen_sl_transform_matrices->gen_sl_transform_matrices` (#2894)

## v2023.3.10

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

166 changes: 105 additions & 61 deletions docs/_modules/pymatgen/analysis/substrate_analyzer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aad1c92

Please sign in to comment.