PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
199 stars 230 forks source link

Refactor `met.process` and `dbfiles` #3319

Open Sweetdevil144 opened 4 days ago

Sweetdevil144 commented 4 days ago

Description

Motivation and Context

Removed the redundant loop that iterated over standardize_result to update ready.id. Instead, ready.id is now directly assigned the values from the current iteration's standardize_result if is_standardized is TRUE every time we perform a standardization.

For now, I've commented out the previous changes and will remove them once the current changes are approved.

Review Time Estimate

Types of changes

Checklist: