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

PrePARE skipping files in Python 3.10 builds #670

Closed
mauzey1 opened this issue Aug 23, 2022 · 0 comments · Fixed by #672
Closed

PrePARE skipping files in Python 3.10 builds #670

mauzey1 opened this issue Aug 23, 2022 · 0 comments · Fixed by #672
Labels

Comments

@mauzey1
Copy link
Collaborator

mauzey1 commented Aug 23, 2022

When testing PrePARE for Python 3.10, I get the following message for a valid file.

$ PrePARE rlut_Amon_UKESM1-0-LL_histSST-piAer_r1i1p1f2_gn_195001-201412.nc 
<built-in function check_filename> returned a result with an exception set
└──> :: SKIPPED    :: /Users/mauzey1/Desktop/github/cmor/rlut_Amon_UKESM1-0-LL_histSST-piAer_r1i1p1f2_gn_195001-201412.nc

Number of files scanned: 1
Number of file with error(s): 1

What I get with the Python 3.9 version...

$ PrePARE rlut_Amon_UKESM1-0-LL_histSST-piAer_r1i1p1f2_gn_195001-201412.nc 

Number of files scanned: 1
Number of file with error(s): 0

This is an issue that might affect newer versions of Python so we should try fixing this issue before adding a Python 3.11 build (#669).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant