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

workaround a bug with the ast unparse package and Python 3.8 #738

Merged
merged 1 commit into from
Jun 18, 2021

Conversation

shinnar
Copy link
Member

@shinnar shinnar commented Jun 18, 2021

No description provided.

@shinnar
Copy link
Member Author

shinnar commented Jun 18, 2021

This is a workaround for simonpercivall/astunparse#43 which is causing problems for us on Python 3.8

@codecov
Copy link

codecov bot commented Jun 18, 2021

Codecov Report

Merging #738 (e3bd344) into master (fde33e6) will decrease coverage by 0.02%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #738      +/-   ##
==========================================
- Coverage   82.05%   82.03%   -0.03%     
==========================================
  Files         337      337              
  Lines       17051    17063      +12     
==========================================
+ Hits        13992    13997       +5     
- Misses       3059     3066       +7     
Impacted Files Coverage Δ
lale/expressions.py 82.89% <72.72%> (-0.91%) ⬇️
lale/lib/sklearn/stacking_utils.py 10.52% <0.00%> (-1.24%) ⬇️
lale/grammar.py 77.19% <0.00%> (-0.88%) ⬇️
lale/operators.py 83.92% <0.00%> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fde33e6...e3bd344. Read the comment docs.

@shinnar shinnar merged commit 7a76e2c into IBM:master Jun 18, 2021
@shinnar shinnar deleted the fix_unparse38 branch June 18, 2021 15:32
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.

1 participant