Skip to content

Commit

Permalink
Merge pull request #40 from brainglobe/atlasapi-patch
Browse files Browse the repository at this point in the history
Fix test that is still importing bg-atlasapi
  • Loading branch information
alessandrofelder authored Feb 27, 2024
2 parents e075840 + d4c601a commit 9c1fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/test_brainreg/test_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np
import pytest
from bg_atlasapi import BrainGlobeAtlas
from brainglobe_atlasapi import BrainGlobeAtlas

from brainglobe_utils.brainreg.transform import (
transform_points_from_downsampled_to_atlas_space,
Expand Down

0 comments on commit 9c1fd24

Please sign in to comment.