[Bug]: SlurmConfig.from_dict
not verifying correct shape of dict-like and array-like configs
#17
Labels
Status: Triage
Analysis of issue needs to completed before work can be undertaken.
Type: Bug
Issue reports a bug, or pull request fixes a bug.
Bug Description
The
SlurmConfig.from_dict
method doesn't verify that the input fields for dict-like and array-like configs are of the correct shape;Nodes
,DownNodes
,Partitions
, etc.To Reproduce
Environment
Ran locally on Ubuntu Noble (24.04)
Additional context
This operation should probably throw when the input configs are not of the correct shape.
The text was updated successfully, but these errors were encountered: