Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Jun 20, 2024
1 parent c69c401 commit 6c1ff2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ print(list(zn5hmd.iread("s22.h5")))
# list[ase.Atoms]
```

Further, you can access any data from within the entrie dataset through the
Further, you can access any data from within the entire dataset through the
`znh5md.IO` class which provides a `MutableSequence`-like interface.

```python
Expand Down Expand Up @@ -54,6 +54,6 @@ eventually. Any contributions are welcome.
- Time/Step: ZnH5MD assumes a fixed timestamp and time interval of 1. This is
primarily, because ASE does not include time data by default.
- Units: There is no automatic unit conversion through e.g. the pint package
- performance tweeks: there are many places in ZnH5MD that can be optimized
- performance tweaks: there are many places in ZnH5MD that can be optimized
w.r.t to better performance. Currently most of the values are hard-coded. This
affects e.g. chunk size.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ select = ["E", "F", "N", "C", "I"]
extend-ignore = [
"D213", "D203", "N802", "N801"
]

[tool.codespell]
skip = "poetry.lock"

0 comments on commit 6c1ff2e

Please sign in to comment.