Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 8, 2024
1 parent 09fec95 commit b8b3d03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions brainglobe_utils/brainmapper/export.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import numpy as np
from typing import Union
from pathlib import Path
from typing import Union

Check warning on line 2 in brainglobe_utils/brainmapper/export.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_utils/brainmapper/export.py#L1-L2

Added lines #L1 - L2 were not covered by tests

import numpy as np

Check warning on line 4 in brainglobe_utils/brainmapper/export.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_utils/brainmapper/export.py#L4

Added line #L4 was not covered by tests


def export_points_to_brainrender(

Check warning on line 7 in brainglobe_utils/brainmapper/export.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_utils/brainmapper/export.py#L7

Added line #L7 was not covered by tests
points: np.ndarray,
Expand Down Expand Up @@ -28,4 +30,4 @@ def export_points_to_brainrender(
-------
None
"""
np.save(output_filename, points * resolution)
np.save(output_filename, points * resolution)

Check warning on line 33 in brainglobe_utils/brainmapper/export.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_utils/brainmapper/export.py#L33

Added line #L33 was not covered by tests

0 comments on commit b8b3d03

Please sign in to comment.