Skip to content

Instantly share code, notes, and snippets.

@Robofied
Created February 15, 2019 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Robofied/f939ac73a2a31a8ec3afc8589f67aa14 to your computer and use it in GitHub Desktop.
Save Robofied/f939ac73a2a31a8ec3afc8589f67aa14 to your computer and use it in GitHub Desktop.
Numpy
np.savetxt('textfile.out',x)
np.loadtxt('textfile.out')
#[Output]:
#array([[0., 0.],
# [0., 0.]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment