Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Update imlib api usage (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Jan 31, 2020
1 parent a2fca9d commit 1b09a52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neuro/heatmap/heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from imlib.image.binning import get_bins
from imlib.image.shape import convert_shape_dict_to_array_shape
from imlib.image.masking import mask_image_threshold
from imlib.general.misc import check_positive_float
from imlib.general.numerical import check_positive_float


def run(
Expand Down
2 changes: 1 addition & 1 deletion neuro/points/points_to_brainrender.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import argparse
import imlib.IO.cells as cells_io
from imlib.general.misc import check_positive_float, check_positive_int
from imlib.general.numerical import check_positive_float, check_positive_int


def run(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="neuro",
version="0.0.5",
version="0.0.6",
description="Visualisation and analysis of brain imaging data",
install_requires=requirements,
extras_require={
Expand Down

0 comments on commit 1b09a52

Please sign in to comment.