Skip to content

Commit

Permalink
make sure py is using Neuron
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Jan 23, 2024
1 parent c197511 commit af3c822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nblast-py/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use numpy::{IntoPyArray, PyArray1, PyArray2, PyReadonlyArray1, PyReadonlyArray2}

use nblast::nalgebra::base::{Unit, Vector3};
use nblast::{
neurons::kiddo::ExactKiddoNeuron as Neuron, BinLookup, NblastArena, NeuronIdx, Precision,
RangeTable, ScoreCalc, ScoreMatrixBuilder, Symmetry, TangentAlpha,
BinLookup, NblastArena, Neuron, NeuronIdx, Precision, RangeTable, ScoreCalc,
ScoreMatrixBuilder, Symmetry, TangentAlpha,
};

use nblast::rayon;
Expand Down

0 comments on commit af3c822

Please sign in to comment.