Skip to content

pre work on consistency for transitioning to bulk worker.

Yannick requested to merge prewrk_consistency_bulk_worker into master

pre worker for transitioning to bulk worker. The goal is that consistency rules can be run using bulk meta data instead of full dataframe. Previous methods are still there but now build bulk meta from dataframe or a serie, then consistency on bulk meta info is called.

unifying get_reference_name methods for well log and trajectory, and expose get_curve_reference for a future usage with bulk worker.

Merge request reports