Bug Description
A bug pops up on the main branch:
FAILED conversion\test_rand_aten.py::TestRandConverter::test_rand_0_rand_one_dimension - TypeError: __init__() got an unexpected keyword argument 'truncate_long_and_double'
The problem behind this is that in the function run_test_compare_tensor_attributes_only of harness.py, CompilationSettings is feeded an unimplemented arg truncate_long_and_double.