judithabk6 / med_bench

BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Test set - data_v1 - estimator_init #1

Closed sami6mz closed 1 year ago

sami6mz commented 1 year ago

Tests are classified in a separate directory called "tests". They each refer to a specific "src" function.

< Data simulation tests - v1 > A tests/simulate_data directory was initialized. test_get_simulate_data.py establishes a first version of assertions. Some aberrant behaviors were pinpointed and should be looked into. We attempted to build fixtures and parametrization for those assertions, but did not found an elegant way to put them together. As a result, the parametrization has been isolated in a draft for upcoming reviews.

< Estimator tests - init > A tests/estimation directory was initialized.

bthirion commented 1 year ago

If possible, try to make branches lighter, by organizing the contributions into smaller chunks. This will make the whoel process much more efficient !

sami6mz commented 1 year ago

Some init files are redundant with PR #9, so they will be deleted It involves all empty files in tests/estimation

sami6mz commented 1 year ago

test_get_estimation is redundant with PR #10, so it will be deleted