You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of migrating to SDV 1.0, we are creating new demos! Since running the old demos as a workflow caused problems (took a long time and sometimes failed due to jupyter dependencies), we want to make sure that all of the processes in the new demos are made into integration tests.
Expected behavior
Make integration tests for all of the SDV processes ran in the "Prepare your own data" demo
Technical Details
Put the tests in the appropriate files. If you are adding tests that run methods for a SingleTableSynthesizer, put it in the file for that synthesizer ie. (tests/integration/single_table/copulas.py)
We don't need to be very strict on the asserts. Just add basic asserts to ensure things aren't broken. For example,
Assert sampled data is the right shape
Validate the sampled data
Make sure any key values in the output are present
The text was updated successfully, but these errors were encountered:
Problem Description
As part of migrating to SDV 1.0, we are creating new demos! Since running the old demos as a workflow caused problems (took a long time and sometimes failed due to jupyter dependencies), we want to make sure that all of the processes in the new demos are made into integration tests.
Expected behavior
SDV
processes ran in the "Prepare your own data" demoTechnical Details
SingleTableSynthesizer
, put it in the file for that synthesizer ie. (tests/integration/single_table/copulas.py
)The text was updated successfully, but these errors were encountered: