Skip to content

Commit

Permalink
Merge pull request #332 from brainglobe/atlasapi-rename
Browse files Browse the repository at this point in the history
bg-atlasapi to brainglobe-atlasapi
  • Loading branch information
alessandrofelder committed Feb 27, 2024
2 parents aafb749 + 060f3ff commit 08b1945
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion brainrender/atlas.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
from bg_atlasapi.bg_atlas import BrainGlobeAtlas
from brainglobe_atlasapi.bg_atlas import BrainGlobeAtlas
from loguru import logger
from vedo import Plane

Expand Down
2 changes: 1 addition & 1 deletion brainrender/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _prepare_actor(self, actor):
"""
When an actor is first rendered, a transform matrix
is applied to its points to correct axes orientation
mismatches: https://github.com/brainglobe/bg-atlasapi/issues/73
mismatches: https://github.com/brainglobe/brainglobe-atlasapi/issues/73
Once an actor is 'corrected' it spawns labels and silhouettes as needed
"""
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires-python = ">=3.9.0"
dynamic = ["version"]

dependencies = [
"bg-atlasapi>=1.0.0",
"brainglobe-atlasapi>=2.0.1",
"brainglobe-space>=1.0.0",
"h5py",
"imio",
Expand Down Expand Up @@ -106,10 +106,11 @@ ignore = [
[tool.ruff]
line-length = 79
exclude = ["__init__.py", "build", ".eggs", "examples"]
select = ["I", "E", "F"]
fix = true
ignore = ["E501", "E402"]

[tool.ruff.lint]
select = ["I", "E", "F"]

[tool.tox]
legacy_tox_ini = """
Expand Down

0 comments on commit 08b1945

Please sign in to comment.