-
Notifications
You must be signed in to change notification settings - Fork 414
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
Change data_id? #601
Comments
@vijaydewan there currently is not an easy way to do this. I can work on adding a function
I can also add a global function:
Will update once it's released. Hope this is what you were picturing |
Thanks! |
aschonfeld
added a commit
that referenced
this issue
Mar 24, 2022
@vijaydewan just released v2.2.0 with this update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Andrew,
Thanks again for all of the great work on this project! I was wondering if there is an easy way to change the data_id once data is loaded?
e.g., --
startup("", data=test data, name="test", data_id=1)
[code to change data_id from 1 to 2]
I hope that makes sense.
Thanks!
The text was updated successfully, but these errors were encountered: