wala / ML

Eclipse Public License 2.0
24 stars 17 forks source link

Add model call tests #97

Closed tatianacv closed 8 months ago

tatianacv commented 9 months ago

Adding tests for testing calling a method. We add four tests that include

  1. Calling model indirectly using call and __call__ (2 tests)
  2. Calling a model directly using call and __call__ (2 tests)

Related to https://github.com/wala/ML/issues/24