Skip to content
Snippets Groups Projects
Commit 76632944 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

Merge branch 'bugfix/docs' into 'master'

fix get value in docs

See merge request !140
parents 06500814 cbd84722
Branches
No related tags found
1 merge request!140fix get value in docs
Pipeline #254980 passed
......@@ -210,8 +210,8 @@ the following:
c.statistics['tauK']))
data_file = c.get_data_file()
print ('total time simulated is = {0:.4e} Tint, {1:.4e} tauK'.format(
data_file['iteration'].value*c.parameters['dt'] / c.statistics['Tint'],
data_file['iteration'].value*c.parameters['dt'] / c.statistics['tauK']))
data_file['iteration'][()] * c.parameters['dt'] / c.statistics['Tint'],
data_file['iteration'][()] * c.parameters['dt'] / c.statistics['tauK']))
:func:`compute_statistics <TurTLE.DNS.DNS.compute_statistics>`
will read the data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment