ise-uiuc / FreeFuzz

Free Lunch for Testing: Fuzzing Deep-Learning Libraries from Open Source (ICSE'22)
72 stars 14 forks source link

Fix a Bug about Converting `string` to `bool` #5

Closed Kristoff-starling closed 1 year ago

Kristoff-starling commented 1 year ago

The Python function bool() will return True as long as the argument is non-empty, which is unable to correctly parse the configuration file.

YangChenyuan commented 1 year ago

LGTM