This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Errors and problems on the 'Code examples' page. #9
Labels
documentation
Inconsistency, omission or errata in the documentation
Comments
alex4200
changed the title
Errors in http://bluebrain.github.io/RTNeuron-3.0/python/gallery.html
Errors and problems on the 'Code examples' page.
Jul 9, 2018
So far I have addressed 1, 3, 4, 5, 6 and 9. All the others that have to do with the simulation/circuit config will take longer. I wish there was a public dataset I could use instead. |
@hernando Item 9 does not yet seem to work. I still get the same error.. |
True, I didn't fully resolve it because blue.test is still not defined. You should be able to load some other configuration, however, I forgot to update the deployment. I'll get back to you when you can test again, should be done in a couple of hours. |
You can try again now |
Hi,
I still get the same error when I follow the instructions...
Alex
…________________________________
From: hernando <notifications@github.com>
Sent: Monday, August 6, 2018 5:04:16 PM
To: BlueBrain/RTNeuron
Cc: Dietz Alexander; Author
Subject: Re: [BlueBrain/RTNeuron] Errors and problems on the 'Code examples' page. (#9)
You can try again now
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMI7y0KWdDZgbHgi8d1UWCuPbndtXxHFks5uOFrwgaJpZM4VHonx>.
|
Number 7 should now be resolved. |
Sorry, it isn't. I what confused by a build recipe used in CI that contains the test data. The recipe used in deployment doesn't contain it. |
hernando
added
the
documentation
Inconsistency, omission or errata in the documentation
label
Oct 25, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Errors and problems found on the site http://bluebrain.github.io/RTNeuron-3.0/python/gallery.html
1.- DONE In 'Getting Started': Not clear what the 'snapshot' function does:
rtneuron.snapshot_to_notebook(rtneuron.engine.views[0])
2.- In 'Getting Started' 7th code block I get a bunch of output that is not clear to me:
````In [5]: rtneuron.display_circuit(blueconfig, 6523)
...: # This function doesn't directly accept a dictionary for the attributes, it has to be
...: # an AttributeMap instead.
...: rtneuron.display_synapses(
...: 6523, attributes=rtneuron.AttributeMap({'color': [1, 1, 0, 1], 'radius': 3}))
...: rtneuron.snapshot_to_notebook(rtneuron.engine.views[0])
...:
3.- DONE In 'Getting Started the command
view.attributes.help()
does not show anything.
4.- DONE In 'Coloring and Modes', code block 4: Syntax error, one bracket too much:
layer_ids.append(simulation.gids('Layer%d' % i)))
5.- DONE in Meshes and models, fifth code block:
scene.addMesh(vertices, indices, colors=colors, attributes=attributes)
AttributeError: 'Scene' object has no attribute 'addMesh'
6.- DONE This happens also in 'Getting Started' Cell 12.
7.- In "Simulation playback', block 1:
rtneuron.display_circuit(brain.test.blue_config, ('MiniColumn_[0-5]', attributes))
AttributeError: 'module' object has no attribute 'test'
8.- In "Simulation playback', block 1, first line (
rtneuron.apply_spike_data(rtneuron.simulation, view)
):RuntimeError: IO error reading spike times file: /out.dat
Unable to test remainder of the page ...
9.- In 'Synaptic afferent projections':
blue.test
again not defined. Also unable to load theblueconfig
defined in other pages (Error:AttributeError: 'exceptions.RuntimeError' object has no attribute 'msg'
).Unable to test remainder of the page ...
The text was updated successfully, but these errors were encountered: