Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibelp committed Apr 15, 2024
1 parent 224287d commit 0021951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/nosite-x86_64/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
variables:
n_ranks: '1000001' # placeholder value
n_nodes: '1000001' # placeholder value
scheduler: "slurm"
scheduler: "sierra"
queue: "pdebug"
batch_submit: "placeholder"
mpi_command: "placeholder"
sys_cpus_per_node: "1"
Expand Down
1 change: 1 addition & 0 deletions modifiers/allocation/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class AttrDict(dict):
benefit that if you try to access a variable not defined in AllocOpt,
there will be an attribute error.
"""

def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self["_attributes"] = set()
Expand Down

0 comments on commit 0021951

Please sign in to comment.