Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making code consistent with SPM25 (#501)
* updated CMC code (#474) * switched from symbolic arrays to list of symbolic parameters. Needed to be able to set tunable flag for individual parameters of the array. Added untune! utility function to set tunable flag to false on list elements. * added new approach to set tunable flag for the connection matrix also to the tutorial * use generate_weight_param also in StimulusBlox and ObserverBlox connectors and set standard connection weight to non-tunable * fixed and cleaned code * minor changes * update MTK compat * added Project.toml to test * fixed MTK compat once more * added more packages to test environment needed in GraphDynamics tests * remove test deps and unnecessary deps * add Test to tect project * remove Test dep from main Project * add missing test deps * add Statistics dep * removed [extras] from Project.toml * added [extras] again. * fixed norm difference between MATLAB and Julia, MATLAB provides operator norms as default, thus use opnorm in Julia. * fixed untune in tutorial
- Loading branch information