Skip to content

Commit

Permalink
fix allocation requirement in HPCConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MRossol committed Feb 10, 2021
1 parent 9982954 commit dd618e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reV/config/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def memory_utilization_limit(self):

class HPCConfig(BaseExecutionConfig):
"""Class to handle HPC configuration inputs."""
REQUIREMENTS = ('allocation')
REQUIREMENTS = ('allocation', )

@property
def allocation(self):
Expand Down
2 changes: 1 addition & 1 deletion reV/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
reV Version number
"""

__version__ = "0.4.47"
__version__ = "0.4.48"

0 comments on commit dd618e6

Please sign in to comment.