Skip to content

py-3.8.12-2022-q2-v2-schlum-v1

Compare
Choose a tag to compare

Corrective runner for B2B Schlum batch from py-3.8.12-2022-q2-v2


This branch introduces a corrective runner for the B2B Schlumberger batch based on the py-3.8.12-2022-q2-v2 branch

The students of the batch are supposed to have ran the Q2 2022 data-setup

But for some reason the numpy and pandas package versions of the students do not correspond to the setup contraints and the Kitt validation of the challenges fails

Setup constraints for base py-3.8.12-2022-q2-v2 branch:

numpy<1.20
pandas<1.4

Collected students versions:

pandas==1.4.4
numpy==1.23.3