Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plateau Neuron - Fixed Point Model #781

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Merge branch 'main' into plateau-neuron

6647107
Select commit
Loading
Failed to load commit list.
Open

Plateau Neuron - Fixed Point Model #781

Merge branch 'main' into plateau-neuron
6647107
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 18, 2023 in 0s

10 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 10
           

Complexity increasing per file
==============================
- tests/lava/proc/plateau/test_process.py  1
- src/lava/proc/plateau/process.py  1
- tests/lava/proc/plateau/test_models.py  4
- src/lava/proc/plateau/models.py  2
         

Clones added
============
- tests/lava/proc/plateau/test_models.py  4
- src/lava/proc/plateau/models.py  3
         

See the complete overview on Codacy

Annotations

Check warning on line 54 in src/lava/proc/plateau/models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/lava/proc/plateau/models.py#L54

Attribute 'effective_vth_dend' defined outside __init__

Check warning on line 55 in src/lava/proc/plateau/models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/lava/proc/plateau/models.py#L55

Attribute 'effective_vth_soma' defined outside __init__

Check warning on line 128 in src/lava/proc/plateau/models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/lava/proc/plateau/models.py#L128

Attribute 's_out_buff' defined outside __init__

Check warning on line 8 in tests/lava/proc/plateau/test_models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/lava/proc/plateau/test_models.py#L8

Unused assert_almost_equal imported from numpy.testing

Check warning on line 12 in tests/lava/proc/plateau/test_models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/lava/proc/plateau/test_models.py#L12

Unused PyInPort imported from lava.magma.core.model.py.ports

Check warning on line 14 in tests/lava/proc/plateau/test_models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/lava/proc/plateau/test_models.py#L14

Unused InPort imported from lava.magma.core.process.ports.ports

Check warning on line 20 in tests/lava/proc/plateau/test_models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/lava/proc/plateau/test_models.py#L20

Unused RunConfig imported from lava.magma.core.run_configs

Check warning on line 23 in tests/lava/proc/plateau/test_models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/lava/proc/plateau/test_models.py#L23

Unused VecSendProcess imported from lava.tests.lava.proc.lif.test_models

Check warning on line 128 in tests/lava/proc/plateau/test_models.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/lava/proc/plateau/test_models.py#L128

Unused variable 't'

Check warning on line 7 in tests/lava/proc/plateau/test_process.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/lava/proc/plateau/test_process.py#L7

Unused numpy imported as np