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

replace tabs with spaces and use print() in ERA5-land python code #96

Closed
wants to merge 0 commits into from

Conversation

CharlesZheZhang
Copy link
Collaborator

Previous python codes mixed tabs with spaces and will create indentation error.
Replace all tabs with spaces in this pull request.
Also change to print() function in all ERA5-Land pre-processing python code.

@CharlesZheZhang CharlesZheZhang added the bug Something isn't working label Jul 5, 2023
@CharlesZheZhang CharlesZheZhang self-assigned this Jul 5, 2023
Copy link
Collaborator

@cenlinhe cenlinhe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a formatting change for python script to fix the issue from python2 to python3, which looks good to me.

Copy link
Collaborator

@tslin2 tslin2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also encountered this issue recently. The changes are tested and worked well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants