pharmaverse / sdtm.oak

An EDC and Data Standard agnostic SDTM data transformation engine that automates the transformation of raw clinical data in ODM format to SDTM based on standard mapping algorithms
https://pharmaverse.github.io/sdtm.oak/
Apache License 2.0
25 stars 7 forks source link

Bug: test case failure test-derive_blfl.R #74

Closed rammprasad closed 1 month ago

rammprasad commented 1 month ago

What happened?

✖ | 8 7 | derive_blfl [2.6s]
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Failure (test-derive_blfl.R:47:3): derive_blfl sdmt_in validations work Snapshot of derive_blfl(...) has changed: old: "Required variable DOMAIN is missing"
new: "Required variable DOMAIN is missing in sdtm_in"

Session Information

No response

Reproducible Example

Run devtools::test()

rammprasad commented 1 month ago

@galachad - I think I am half way through fixing this test case. Removing the snapshot works as expected. I will finish it tomorrow.