Hi! So this time I need to update this conditions.csv file with newer tasks.
It might be a bit tricky because we've been working in a different csv file ibc_conditions.csv, which we want to be our source of information from now on, but the code to get the data frame with all the info from utils_data uses this simplified version.
We should update the script to fetch the conditions from ibc_conditions.csv instead, carefully checking not to break things and then delete this file, we can review that together. For now this PR is a quick, harmless fix :smile:
Hi! So this time I need to update this
conditions.csv
file with newer tasks.It might be a bit tricky because we've been working in a different csv file ibc_conditions.csv, which we want to be our source of information from now on, but the code to get the data frame with all the info from utils_data uses this simplified version.
We should update the script to fetch the conditions from
ibc_conditions.csv
instead, carefully checking not to break things and then delete this file, we can review that together. For now this PR is a quick, harmless fix :smile: