Skip to content
Snippets Groups Projects
Commit 7ecabd45 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update OSError

parent 0081d308
No related branches found
No related tags found
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #36646 passed
...@@ -23,5 +23,4 @@ class PartitionCheck(RunEnvironment): ...@@ -23,5 +23,4 @@ class PartitionCheck(RunEnvironment):
if (self.data_store.get('hostname')[:2] in self.data_store.get('login_nodes')) or ( if (self.data_store.get('hostname')[:2] in self.data_store.get('login_nodes')) or (
self.data_store.get('hostname')[:6] in self.data_store.get('login_nodes')): self.data_store.get('hostname')[:6] in self.data_store.get('login_nodes')):
raise OSError( raise OSError(
'You are on a login node to download data. Use compute nodes and run again if ' 'You are on a login node to download data. Use compute nodes and run again if you want to train and validate a model.')
'you want to train and validate a model.')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment