wala / ML

Eclipse Public License 2.0
25 stars 17 forks source link

Fix f-string processing in com.ibm.wala.cast.python.ml.test #43

Closed khatchad closed 1 year ago

khatchad commented 1 year ago
  1. Fix f-string processing by using Jython3 instead of Jython in com.ibm.wala.cast.python.ml.test.
  2. Remove work-around that was previously causing a test failure due to f-string processing.
  3. Ignore a now failing test due to https://github.com/wala/ML/issues/42.