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

Need to save x and y data in a smart way. #1

Open
amcdawes opened this issue Apr 7, 2014 · 1 comment
Open

Need to save x and y data in a smart way. #1

amcdawes opened this issue Apr 7, 2014 · 1 comment
Assignees

Comments

@amcdawes
Copy link
Contributor

amcdawes commented Apr 7, 2014

The code only saves the y data to a numpy array. It should save both in a somewhat smart way. Perhaps named by the timestamp of the collection, or by the name of the dataset (in a text box?)

@amcdawes amcdawes self-assigned this Apr 7, 2014
@amcdawes amcdawes closed this as completed Apr 8, 2014
@amcdawes
Copy link
Contributor Author

amcdawes commented Apr 8, 2014

Fixed by using numpy.savez to save two arrays at once. Not very efficient, but decent. Should still consider a specific naming scheme for file saving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant