Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(neuron/netpyne): use %r instead of %e or %s #110

Open
wants to merge 11 commits into
base: development
Choose a base branch
from

Commits on Jan 26, 2024

  1. 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.
    sanjayankur31 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9511625 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    2e017ee View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Test on java 21

    pgleeson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e6ef4de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d0159a View commit details
    Browse the repository at this point in the history
  3. Back to windows-2019

    pgleeson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    faf1311 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fixes to Neuron and Netpyne to handle case where cell has external mo…

    …rphology/biophysicalProperties
    pgleeson committed May 31, 2024
    Configuration menu
    Copy the full SHA
    528e08a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    a335c3c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    c4d3ae9 View commit details
    Browse the repository at this point in the history
  2. To v1.10.1

    pgleeson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7f7590e View commit details
    Browse the repository at this point in the history
  3. Bump year in docs

    pgleeson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    11aabc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9cdedc View commit details
    Browse the repository at this point in the history