update workarenax.csv#383
Conversation
| workarenax.erpnext.create_payment_entry_without_cost_center.154,workarenax,erpnext,create-payment-entry-without-cost-center,test | ||
| workarenax.erpnext.create_payment_entry_without_cost_center.155,workarenax,erpnext,create-payment-entry-without-cost-center,test | ||
| workarenax.erpnext.create_payment_entry_with_cost_center_cheque_date_reference.156,workarenax,erpnext,create-payment-entry-with-cost-center-cheque-date-reference,test | ||
| workarenax.erpnext.create_payment_entry_with_cost_center_cheque_date_reference.157,workarenax,erpnext,create-payment-entry-with-cost-center-cheque-date-reference,test |
There was a problem hiding this comment.
I would have thought you just appended new tasks to the end, but I see ids have changed: create-payment-entry-with-cost-center-cheque-date-reference used to be 156 and 157 but now they are 142 and 143. How come?
There was a problem hiding this comment.
ah i was grouping similar tasks together (so all the create_user tasks follow one another, etc.) but i can modify to just append if we need to maintain the same ids from previous runs
There was a problem hiding this comment.
I think that would be better, so every time we add new tasks, we are just adding. Otherwise, it may seem as we are replacing tasks
There was a problem hiding this comment.
makes sense, i'll update the other PR with the jsonl so it also appends
3639cb6
into
scratch/workarenax_benchmarks
updated with Jordan's hard tasks