We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_idx()
Is your feature request related to a problem? Please describe. N/A
Describe the solution you'd like A method GroupBase.get_idx(), it returns all existing idxes in a group.
GroupBase.get_idx()
Better cross group indexing for users/AMS
Describe alternatives you've considered Below method returns an available idx for new devices.
andes/andes/models/group.py
Lines 352 to 356 in 5ab784b
Additional context Move following AMS's implementation to ANDES: https://github.com/CURENT/ams/blob/8bc9504a8281c16236c73decd8e7365b682c706c/ams/models/group.py#L22-L29
The text was updated successfully, but these errors were encountered:
find_idx()
No branches or pull requests
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
A method
GroupBase.get_idx()
, it returns all existing idxes in a group.Better cross group indexing for users/AMS
Describe alternatives you've considered
Below method returns an available idx for new devices.
andes/andes/models/group.py
Lines 352 to 356 in 5ab784b
Additional context
Move following AMS's implementation to ANDES:
https://github.com/CURENT/ams/blob/8bc9504a8281c16236c73decd8e7365b682c706c/ams/models/group.py#L22-L29
The text was updated successfully, but these errors were encountered: