Nate Sutton
Nate Sutton
I am able to get the left-click navigation function (NAV), which is new as of version 0.4.0, to work on certain pages and not others. I am using this extension...
Please allow a different icon to appear in the Linux notification area. The bright yellow one does not work with my dark Linux GUI theme. A dark colored icon, e.g.,...
Thanks very much for making this software! I realize a planned feature is 'Auto-loading of color and brightness settings'. What I in particular would like is a command-line argument option...
In Ubuntu 21.10, when this extension is running any time a favorite icon is attempted to be dragged to a new position in the dock it either places the icon...
A search of ```grep -iRc 'FIXME' ./``` in the ./carlsim directory (source code) shows 92 mentions of the comment "FIXME" in source code files. It could be investigated if these...
In snn_gpu_module.cu, the code comment "FIXME should be adjusted for delay" for the line setting "ind_minus" value indicates that synaptic delays greater than 1ms have not been implemented in STP...
In connection-specific STP (CSTP) synaptic conductance decay processing (and it seems not in non-CSTP code) synapse decay was incorrectly applied by summing all conductance to a receptor and then computing...
This code is designed to fix [issue 18](https://github.com/UCI-CARL/CARLsim6/issues/18). This fix is for CSTP code incorrectly processing conductance decays in synaptic signals. More details are described on the issue 18 page.
This fixes [issue 16](https://github.com/UCI-CARL/CARLsim6/issues/16).
Issue: during loops that cycle through neuron ids, some neuron ids are incorrectly processed. Scope: possibly only affects GPU code. Example: File: snn_gpu_module.cu Function: kernel_STPUpdateAndDecayConductances() Detailed reporting of the error...