Update error handling so that those module do not raise unchecked exception accidentally. To notify errors explicitly, I added NeosError class and raise it when some errors occur during connection between neos server, instead of returning None. I also add noprompt option in neos_solve so that this method does not block batch process.
Update error handling so that those module do not raise unchecked exception accidentally. To notify errors explicitly, I added NeosError class and raise it when some errors occur during connection between neos server, instead of returning None. I also add noprompt option in neos_solve so that this method does not block batch process.