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

generated time.dat does not seem to put each time value on new line #97

Open
sanjayankur31 opened this issue May 9, 2023 · 0 comments

Comments

@sanjayankur31
Copy link
Member

The time.dat file generated from a NEURON backend run is a very long line instead of a value on each line:

0.0000000.0001000.0002000.0003000.0004000.0005000.0006000.0007000.0008000.0009000.0010000.0011000.0012000.0013000.0014000.0015000.0016000.0017000.0018000.0019000.0020000.0021000.0022000.0023000.0024000.0025000.0026000.0027000.0028000.0029000.0030000.0031000.0032000.0033000.0034000.0035000.0036000.0037000.0038000.0039000.0040000.0041000.0042000.0043000.0044000.0045000.0046000.0047000.0048000.0049000.0050000.0051000.0052000.0053000.0054000.0....

I expect this should be one value per line---something we need to tweak in NeuronWriter? Somewhere here?

columnsPostTraces.get(timeRef).add(bIndent+" f_" + timeRef + "_f2.write('%f'% py_v_" + timeRef + "[i]) # Save in SI units...");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant