Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Kolbl committed Jan 11, 2024
1 parent c28bad0 commit 47a56a3
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/nrv.backend.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nrv.fmod.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nrv.nmod.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nrv.optim.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nrv.utils.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ currently writting it!
A Deeper review of simulable objects: Axons, Fascicles and nerves
=================================================================

currently writting it!
From the user perspective, Simulable objects in NRV includes: axons fibers, fascicles and whole nerves. Any NRV simulation is triggered using a common method called *simulate()*.

Generating simple to complex stimuli
====================================
Expand Down
6 changes: 6 additions & 0 deletions nrv/_misc/log/NRV.log
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@
2024-01-10 14:48:13,076 - /Users/fkolbl/Library/CloudStorage/Dropbox/01_CODE/NRV/nrv/nmod/fascicle_generator.py:712: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
@numba.jit(fastmath=True, cache=True)

2024-01-11 14:11:23,105 - /Users/fkolbl/Library/CloudStorage/Dropbox/01_CODE/NRV/nrv/nmod/fascicle_generator.py:712: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
@numba.jit(fastmath=True, cache=True)

2024-01-11 14:11:26,052 - /Users/fkolbl/Library/CloudStorage/Dropbox/01_CODE/NRV/nrv/nmod/fascicle_generator.py:712: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
@numba.jit(fastmath=True, cache=True)

0 comments on commit 47a56a3

Please sign in to comment.