aphp / edsteva

EDS-TeVa provides a set of tools that aims at modeling the adoption over time and across space of the Electronic Health Records.
https://aphp.github.io/edsteva/latest/
BSD 3-Clause "New" or "Revised" License
12 stars 0 forks source link

Tests succeed but should not #22

Closed svittoz closed 1 year ago

svittoz commented 1 year ago

Tests succeed but should not

Description

Tests succeed for biology pipeline but should not.

How to reproduce the bug

In prepare_relationship_biology add

` return biology_relationship.drop_duplicates( [ "{}_concept_name".format(standard_terminology) for standard_terminology in standard_terminologies ]

instead of return biology_relationship.

Data will be lost but test will pass.

A test for biology pipeline should be added in test model.