Skip to content

Commit

Permalink
#2525 Removed min_value/max_value
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jun 12, 2023
1 parent 6bfca8c commit 2fc0f59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/python/met/dataplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,8 @@ def main(argv):
# pass

fill_value = attrs.get('fill_value', None)
min_value = attrs.get('min_value', None)
max_value = attrs.get('max_value', None)
dataplane.log_msg('validating the dapaplane array...')
met_data = dataplane.validate_met_data(init_met_data, fill_value, min_value, max_value)
met_data = dataplane.validate_met_data(init_met_data, fill_value)
met_info['met_data'] = met_data

if os.environ.get('MET_PYTHON_DEBUG', None) is not None:
Expand Down

0 comments on commit 2fc0f59

Please sign in to comment.