We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With a bad cfg: [Machine] machineName =SpiNNaker1M version = None
spinn_machine.exceptions.SpinnMachineException: cfg [Machine]version {version} is None
Should be a composite error which point to the machine too
The text was updated successfully, but these errors were encountered:
a bad spalloc server value: [Machine] spalloc_server = https://:@spinnaker.cs.man.ac.uk/spalloc/[mailbox.org] spalloc_port = 22244
gives the error spinnman.exceptions.SpallocException: could not establish temporary session
Sorry, something went wrong.
Any error on logging except the standard missing cfg file one should include a printout of the cfg values being attempted
Successfully merging a pull request may close this issue.
With a bad cfg:
[Machine]
machineName =SpiNNaker1M
version = None
spinn_machine.exceptions.SpinnMachineException: cfg [Machine]version {version} is None
Should be a composite error which point to the machine too
The text was updated successfully, but these errors were encountered: