pyg-team / pytorch-frame

Tabular Deep Learning Library for PyTorch
https://pytorch-frame.readthedocs.io
MIT License
545 stars 55 forks source link

Fix `test_trompt.py` #373

Closed weihua916 closed 8 months ago

weihua916 commented 8 months ago

stype_encoder_dicts needs to be initialized inside test_trompt(). otherwise, it will be persisted across different parametrization, causing an unexpected error.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.45%. Comparing base (56f687d) to head (88b8899).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #373 +/- ## ======================================= Coverage 93.45% 93.45% ======================================= Files 122 122 Lines 6398 6401 +3 ======================================= + Hits 5979 5982 +3 Misses 419 419 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.