Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 21, 2022
2 parents 04748ca + 0ca95f0 commit c393a58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/data/utils_data_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def _clear(self):
"""
Clears out all data
"""
self._report_dir_path = None
self._hard_reset()

def _hard_reset(self):
Expand All @@ -82,7 +83,6 @@ def _hard_reset(self):
self._dsg_dir_path = None
self._mapping_dir_path = None
self._run_dir_path = None
self._report_dir_path = None
self._requires_data_generation = True
self._requires_mapping = True
self._temporary_directory = None
Expand Down
6 changes: 6 additions & 0 deletions spinn_utilities/data/utils_data_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ def get_report_dir_path(self):
..note: In unittest mode this returns a tempdir
shared by all path methods
This is the high level directory which in which timestamp directories
and then run directories are placed.
As it is only accessed to create timestamp directories and
remove old reports this is not a view method.
:rtpye: str
:raises SpiNNUtilsException:
If the simulation_time_step is currently unavailable
Expand Down

0 comments on commit c393a58

Please sign in to comment.