Skip to content

Commit

Permalink
Merge pull request #771 from debrief/maintenance-gui-v3
Browse files Browse the repository at this point in the history
Maintenance GUI - Phase 3
  • Loading branch information
IanMayo authored Mar 1, 2021
2 parents 0717924 + 1268cff commit 90c5bb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pepys_import/core/store/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,10 @@ def split_platform(self, platform_id, set_percentage=None) -> bool:
percent_per_iteration = 100.0 / len(datafile_ids)

objects = self._get_comments_and_sensors_of_platform(platform)

i = 0
percent_per_iteration = 100.0 / len(datafile_ids)

for key, values in datafile_ids.items():
time, measurement_objects = values["time"], values["objects"]
new_platform = self.add_to_platforms(
Expand Down

0 comments on commit 90c5bb3

Please sign in to comment.