Skip to content
Snippets Groups Projects
Commit eeaae28a authored by Claudio Daniel Martins Sousa's avatar Claudio Daniel Martins Sousa Committed by BBP code review
Browse files

Merge "[NRRPLT-6181] Import / export from the brainvisualizer" into development

parents 09db382c 05e34c0b
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ BRAIN3D.NeuroRepresentation.prototype.setShape = function (shape) ...@@ -169,7 +169,7 @@ BRAIN3D.NeuroRepresentation.prototype.setShape = function (shape)
{ {
this.shape = shape; this.shape = shape;
if (this.mainView.particles.length <= 4) // Special case for low number of particles if (this.mainView.particles.length <= 4 && shape != BRAIN3D.REP_SHAPE_USER) // Special case for low number of particles
{ {
this.applyLowNeuronShape(); this.applyLowNeuronShape();
return; return;
......
...@@ -25,6 +25,7 @@ module.exports = function(config) { ...@@ -25,6 +25,7 @@ module.exports = function(config) {
'node_modules/lodash/lodash.js' 'node_modules/lodash/lodash.js'
], ],
preprocessors: { preprocessors: {
// source files, that you want to generate coverage for // source files, that you want to generate coverage for
// do not include tests or libraries // do not include tests or libraries
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment