-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(neuron/netpyne): use
%r
instead of %e
or %s
when writing recorded data to file. `%r` or the `repr` function gives the "official" string representation of an object, so of a float too, while the `%s` or `str` method returns the "nicely printable string representation of an object". Also, irrespective of which one we use, we must use the same for both NEURON and NetPyNE.
- Loading branch information
1 parent
6e409b5
commit 9511625
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters