Skip to content

Commit

Permalink
change partition size to integer MBs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Nov 12, 2024
1 parent 4969130 commit da5ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast_pipeline/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class PipelineRunForm(forms.Form):
source_aggregate_pair_metrics_min_abs_vs = forms.FloatField()
num_workers = forms.IntegerField(required=False)
num_workers_io = forms.IntegerField()
max_partition_mb = forms.FloatField()
max_partition_mb = forms.IntegerField()
pair_metrics = forms.BooleanField(required=False)
use_condon_errors = forms.BooleanField(required=False)
create_measurements_arrow_files = forms.BooleanField(required=False)
Expand Down

0 comments on commit da5ea71

Please sign in to comment.