Alter default node and core values for policy runs
Compare changes
- Matthew K Defenderfer authored
Implement changes to accepted node and core values. Also remove the type check as that is done implicitly by argparse. That type check was incorrectly causing the value validation to be skipped
@@ -94,12 +94,12 @@ def validate_partition(partition):
@@ -94,12 +94,12 @@ def validate_partition(partition):
# Need to validate that the output directory exists. This will not create a directory that does not already exist.