You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------------------------------------------------ValueErrorTraceback (mostrecentcalllast)
CellIn[30], line31frompysqaimportQueueAdapter---->3QueueAdapter()
File [~/conda/lib/python3.11/site-packages/pysqa/queueadapter.py:77](https://jupyter-cloud.gwdg.de/jhub/user/0741289/lab/tree/RESEARCH/2024/0909/UNITS/conda/lib/python3.11/site-packages/pysqa/queueadapter.py#line=76), in QueueAdapter.__init__(self, directory, execute_command)75primary_queue=config["cluster_primary"]
76else:
--->77raiseValueError(
78"Neither a queue.yaml file nor a clusters.yaml file were found in "79+directory80 )
81self._adapter=self._queue_dict[primary_queue]
ValueError: Neitheraqueue.yamlfilenoraclusters.yamlfilewerefoundin~/.queues
At this point, it should tell how to generate batch files. There should be a function like pysqa.install.generate_flux or pysqa.install.generate_slurm that generates files given here.
The text was updated successfully, but these errors were encountered:
raises the error:
At this point, it should tell how to generate batch files. There should be a function like
pysqa.install.generate_flux
orpysqa.install.generate_slurm
that generates files given here.The text was updated successfully, but these errors were encountered: