Skip to content
Snippets Groups Projects
Commit 2d9e2635 authored by JupyterHub User's avatar JupyterHub User
Browse files

part3

parent d5b820fd
No related branches found
No related tags found
No related merge requests found
...@@ -371,7 +371,8 @@ def tlm_final(field_name ='M00',start=-50*10**(-3),stop=50*10**(-3),step=10**(-3 ...@@ -371,7 +371,8 @@ def tlm_final(field_name ='M00',start=-50*10**(-3),stop=50*10**(-3),step=10**(-3
if R[i]>10**6: if R[i]>10**6:
R[i]=float('NAN') R[i]=float('NAN')
#plot data
ax1.plot(V)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment