-
Notifications
You must be signed in to change notification settings - Fork 59
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
Missing documentation for vector_field_function #633
Comments
Thanks for reporting the issue. Your guess is correct, |
Thanks a lot for your help. The output of
but the |
Let me know if this helps you. |
You may be able to do that by setting |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
I would like to use the function
f(x)
like you describe it in the "10min to dynamo" tutorial [1] to get the velocity for unseen gene expression vectorsx
. Unfortunately, thedynamo.vf.vector_field_function
(which I guess isf
) is missing it's documentation on readthedocs [2] despite having a docstring:dynamo-release/dynamo/vectorfield/utils.py
Lines 73 to 96 in e87f702
I tried running it according to this documentation but it's unclear to me what
vf_dict
is. Probably something generated fromdyn.vf.VectorField
:[1] https://dynamo-release.readthedocs.io/en/latest/ten_minutes_to_dynamo.html#vector-field-reconstruction
[2] https://dynamo-release.readthedocs.io/en/latest/_autosummary/dynamo.vf.vector_field_function.html
The text was updated successfully, but these errors were encountered: