Skip to content

Commit

Permalink
Fix import path for Cython 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Jul 21, 2023
1 parent 437a240 commit 28e173a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brainpy/_speedup.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import re

mz_getter = operator.attrgetter("mz")

from mass_dict import nist_mass as _nist_mass
from brainpy.mass_dict import nist_mass as _nist_mass
from brainpy._c.isotopic_distribution cimport TheoreticalPeak as Peak


Expand Down

0 comments on commit 28e173a

Please sign in to comment.