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

Consistent case for arguments #110

Open
tomdurrant opened this issue Aug 30, 2024 · 1 comment
Open

Consistent case for arguments #110

tomdurrant opened this issue Aug 30, 2024 · 1 comment

Comments

@tomdurrant
Copy link
Collaborator

Currently the schism namelist files have a mix of upper and lower case variable names. This doesn't matter at runtime as Fortran is case insenstive. Python is not. To avoid confusion, and as a syle decision, I propose we enforce lowercase variable names

@tomdurrant
Copy link
Collaborator Author

Note that we have the option to make inputs themselves case insensitive.



class Settings(BaseSettings):
    redis_host = 'localhost'

    class Config:
        case_sensitive = True```

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

No branches or pull requests

1 participant