stanfordnlp / pyvene

Stanford NLP Python Library for Understanding and Improving PyTorch Models via Interventions
http://pyvene.ai
Apache License 2.0
609 stars 59 forks source link

[P1] Unit tests for main class objects #38

Closed frankaging closed 9 months ago

frankaging commented 9 months ago

Descriptions: Currently, only basic integration tests around modules are included. It would be best if individual functions could be tested in a single unit test file separating from the integration test.

Testing Done:


Ran 25 tests in 4.280s

OK