(self, time_index)
| 171 | return GSes |
| 172 | |
| 173 | def get_utility(self, time_index): |
| 174 | self.utility_checking_time.append(time_index) |
| 175 | |
| 176 | def get_position(self, sat_index, time_index): |
| 177 | path = self.configuration_file_path + "/" + self.file_path + '/position/' + '/%d.txt' % time_index |
no outgoing calls
no test coverage detected