Clusterdata output is a fixed file name #9416
timdnewman
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for the issue. I went ahead and changed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When you use ClusterData on multiple graphs it produces a fixed file name, and the only way not to overwrite them is to put them in separate folders.
Is there any reason we/you/I couldn't add an optional filename parameter
e.g.
So that each file could be called something different.
If you made it optional and default it to none it wouldn't break existing code, and the actual change would be simple
Currently the file name is effectively hard coded to
f'metis_{num_parts}{recursive_str}.pt'
I've never contributed a change before but that seems simple, but before I got to the effort of cloning and all that I thought I would make sure there isn't some reason I should not bother? If the answer is its too small and someone else will do it when we refactor, its all good. I'm not desperate to get my name in light :)
Thanks,
Tim
Beta Was this translation helpful? Give feedback.
All reactions