Xiaoyu006 / SATP-with-GNN

MIT License
28 stars 8 forks source link

STP_GR_Dataset Path Issue #6

Open ChAdilHussainGujjar opened 4 months ago

ChAdilHussainGujjar commented 4 months ago

print('there are {} data pieces for {} on {}'.format(self.len(), self.data_path.split('/home/xy/')[1], self.scenario_names))


IndexError: list index out of range

I have changed the address, but still the same error of list index out of range.'

DO you know what might be the reason?