### [Codacy](https://app.codacy.com/manual/plaggm/NeMo2/commit?cid=481817816) detected an issue: #### Message: `Bitwise operator is used with a Boolean-like operand` #### Occurred on: + **Commit**: be2e812ad36408f01b7d5b83fd0c324b1803cf9d + **File**: [src/nemo/nemo_neuro_system/neuron_models/NemoNeuronTrueNorth.cpp](https://github.com/markplagge/NeMo2/blob/be2e812ad36408f01b7d5b83fd0c324b1803cf9d/src/nemo/nemo_neuro_system/neuron_models/NemoNeuronTrueNorth.cpp) + **LineNum**: [219](https://github.com/markplagge/NeMo2/blob/be2e812ad36408f01b7d5b83fd0c324b1803cf9d/src/nemo/nemo_neuro_system/neuron_models/NemoNeuronTrueNorth.cpp#L219) + **Code**: `new_mp += (omega*((1 - ns->c)*lamb)) + (c & (BINCOMP(lamb, drawn_random)));` #### Currently on: + **Commit**: 516bd9fac4af4025d8c153a76047fc0f75bcc897 + **File**: [src/nemo/nemo_neuro_system/neuron_models/NemoNeuronTrueNorth.cpp](https://github.com/markplagge/NeMo2/blob/516bd9fac4af4025d8c153a76047fc0f75bcc897/src/nemo/nemo_neuro_system/neuron_models/NemoNeuronTrueNorth.cpp) + **LineNum**: [355](https://github.com/markplagge/NeMo2/blob/516bd9fac4af4025d8c153a76047fc0f75bcc897/src/nemo/nemo_neuro_system/neuron_models/NemoNeuronTrueNorth.cpp#L355)
Codacy detected an issue:
Message:
Bitwise operator is used with a Boolean-like operandOccurred on:
new_mp += (omega*((1 - ns->c)*lamb)) + (c & (BINCOMP(lamb, drawn_random)));Currently on: