Skip to content

Commit

Permalink
Put paths to data files in fixtures
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed Sep 28, 2024
1 parent fc55fa8 commit c06fbd5
Show file tree
Hide file tree
Showing 25 changed files with 623 additions and 587 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ repos:
rev: 24.8.0
hooks:
- id: black
language_version: python3.11
- id: black-jupyter
files: \.ipynb
args: [--line-length=77]
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Documentation

Refer to the `documentation <https://kikuchipy.org>`__ for detailed installation
instructions, a user guide, and the
`changelog <https://kikuchipy.org/en/latest/changelog.html>`__.
`changelog <https://kikuchipy.org/en/stable/changelog.html>`__.

Installation
------------
Expand All @@ -90,7 +90,7 @@ You can also visit `PyPI <https://pypi.org/project/kikuchipy>`__,
`GitHub <https://github.com/pyxem/kikuchipy>`__ to download the source.

Further details are available in the
`installation guide <https://kikuchipy.org/en/latest/user/installation.html>`__.
`installation guide <https://kikuchipy.org/en/stable/user/installation.html>`__.

Citing kikuchipy
----------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
"tqdm >= 0.5.2",
"scikit-image >= 0.16.2",
"scikit-learn",
# TODO: Remove < 1.14 when HyperSpy 2.0 is supported
# TODO: Remove < 1.14 once HyperSpy 2.0 is supported
"scipy >= 1.7, < 1.14",
]

Expand Down
Empty file added tests/__init__.py
Empty file.
Loading

0 comments on commit c06fbd5

Please sign in to comment.