Skip to content

Commit

Permalink
Minor fix of logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanqi-Chen committed Jul 8, 2023
1 parent 4dae7fb commit c1031c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
try:
import cupy
except BaseException as e:
logging.info(f'spikingjelly.activation_based.auto_cuda.neuronal_kernel: {e}')
logging.info(f'spikingjelly.activation_based.auto_cuda.ss_neuronal_kernel: {e}')
cupy = None


Expand Down

0 comments on commit c1031c3

Please sign in to comment.