Skip to content

Commit

Permalink
more nunpy functions to used with funcs as string
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbragin committed Feb 1, 2024
1 parent 291af6b commit 04568e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netpyne/specs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
standard_library.install_aliases()
from numbers import Number
from neuron import h
from numpy import array, sin, cos, tan, exp, remainder, sqrt, arctan2, pi, mean, inf, dstack, unravel_index, argsort, zeros, ceil, copy
from numpy import array, sin, cos, tan, exp, remainder, sqrt, arctan2, pi, mean, inf, dstack, unravel_index, argsort, zeros, ceil, copy, log, log10

try:
basestring
Expand Down

0 comments on commit 04568e4

Please sign in to comment.