The displayed path to testset is different from the actual testset path

I installed the latest github version of fastai in google colab and When I see the path to testset after adding it to the training datablock, It shows the training set path for the test set too.


Am I missing something or this is a bug?

It probably doesn’t impact the elements, you can check with src.text.x.items to be sure.

Yes, src.test.x.items looks fine only the displayed path is wrong.