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

Link Feature #10

Closed
SmokinCaterpillar opened this issue Dec 18, 2014 · 2 comments
Closed

Link Feature #10

SmokinCaterpillar opened this issue Dec 18, 2014 · 2 comments

Comments

@SmokinCaterpillar
Copy link
Owner

I'm currently working on a feature that will allow links from one group node to another node in the tree. I.e. your trajectory tree can have several pathways to a node (yet, there will be only a single main pathway, that determines the name of the node).

Example:

traj.f_add_result('groupA.result1', 42)
traj.f_add_result('groupB.result2', 43)
traj.res.groupA.f_add_link(traj.res.groupB.result2)

Aftert this the following statement is also valid to access the second result:

traj.res.groupA.result2

Within the HDF5 file these links will be realized as HDF5 Soft Links.

This feature will come live soon ;-)

@SmokinCaterpillar
Copy link
Owner Author

Up and running and all tests are working will be merged into develop and master soon, likewise a new version will be released.

@SmokinCaterpillar SmokinCaterpillar modified the milestones: 80, 90 Jan 10, 2015
@SmokinCaterpillar
Copy link
Owner Author

Part of develop now, will merge into master soon.

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

No branches or pull requests

1 participant