lmfit / asteval

minimalistic evaluator of python expression using ast module
https://lmfit.github.io/asteval
MIT License
176 stars 41 forks source link

Fix import error on python 3.7 #94

Closed caenrigen closed 3 years ago

caenrigen commented 3 years ago

This fixes #93

@newville can you have a look please?

Would it be possible to push a new version to pypi?

codecov-commenter commented 3 years ago

Codecov Report

Merging #94 (8e51c68) into master (d13b8ca) will decrease coverage by 0.23%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   91.15%   90.92%   -0.24%     
==========================================
  Files           4        4              
  Lines         746      749       +3     
==========================================
+ Hits          680      681       +1     
- Misses         66       68       +2     
Impacted Files Coverage Δ
asteval/_version.py 63.63% <50.00%> (-11.37%) :arrow_down:

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 d13b8ca...8e51c68. Read the comment docs.

newville commented 3 years ago

@caenrigen merging this - thanks very much!