Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cultivar.R #4

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Update cultivar.R #4

merged 1 commit into from
Oct 3, 2024

Conversation

Clzuy
Copy link
Contributor

@Clzuy Clzuy commented Oct 1, 2024

6ac04e7fc48d1b9c5250cc39058ff598
The modification I made was to change the "Command" field from a single string to a list containing a string. Specifically, I changed:"Command": "[Phenology].Phyllochron.BasePhyllochron.FixedValue = 60" to "Command": ["[Phenology].Phyllochron.BasePhyllochron.FixedValue = 20,45,60"] This modification, which involves enclosing the command string in square brackets [], effectively turns it into a list. This change allowed the model to run successfully, whereas the previous version with just a string did not work. The key point is that the command needs to be in a list format for the model to process it correctly.

@byzheng byzheng merged commit 7db405c into byzheng:master Oct 3, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants