Skip to content

Commit

Permalink
Out-commented back to baseline print. This is done in cluster now
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jan 5, 2024
1 parent 4c5c7de commit 06045fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ def start_phase(self, phase, transition = True):
# The force-sleep must go and we must actually check for the temperature baseline
print(f"\nForce-sleeping for {config['measurement']['phase-transition-time']}s")
self.custom_sleep(config['measurement']['phase-transition-time'])
print(TerminalColors.HEADER, '\nChecking if temperature is back to baseline ...', TerminalColors.ENDC)
#print(TerminalColors.HEADER, '\nChecking if temperature is back to baseline ...', TerminalColors.ENDC)

phase_time = int(time.time_ns() / 1_000)
self.__notes_helper.add_note({'note': f"Starting phase {phase}", 'detail_name': '[NOTES]', 'timestamp': phase_time})
Expand Down

0 comments on commit 06045fc

Please sign in to comment.