NaN Values in test set causes error if there is zero NaNs in train set

Exception: There are nan values in field BsmtFinSF1 but there were none in the training set.
Please fix those manually.

Is there any way to go around this and why it’s even an error? Why couldn’t fastai just create NaN value for every column?