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

the nc_file must have one var and its name must be tar or pr?how can i use the rename_dic #17

Closed
KINDREDFFF opened this issue Mar 16, 2024 · 5 comments

Comments

@KINDREDFFF
Copy link

image

@fzhu2e
Copy link
Owner

fzhu2e commented Mar 16, 2024

Yes. In path_dict, it should be tas and pr.
In rename_dict, it should be like:

rename_dict = {
    'tas': 'tmp',
    'pr': 'pre',
}

@KINDREDFFF
Copy link
Author

image
image

@fzhu2e
Copy link
Owner

fzhu2e commented Mar 16, 2024

In path_dict, it should be tas and pr, instead of the original variable names.
tas and pr have special meanings in cfr.

@KINDREDFFF
Copy link
Author

emm...how can I solve it

@fzhu2e
Copy link
Owner

fzhu2e commented Mar 16, 2024

path_dict = {
    'tas': ...,
    'pr': ...,
}

@fzhu2e fzhu2e closed this as completed Mar 24, 2024
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

2 participants