aspuru-guzik-group / olympus

Olympus: a benchmarking framework for noisy optimization and experiment planning
https://aspuru-guzik-group.github.io/olympus/
MIT License
82 stars 22 forks source link

Running in debug mode on VS Code doesn't stop on [FATAL] message #23

Open sgbaird opened 1 year ago

sgbaird commented 1 year ago

Running in VS Code on Windows.

[FATAL] Model "BayesNeuralNet" not available in Olympus. Please choose from one of the available models: Rs\sterg\Miniconda3\envs\sdl-demo\lib\site-packages\olympus\models\modelBayesNeuralNet, Rs\sterg\Miniconda3\envs\sdl-demo\lib\site-packages\olympus\models\modelNeuralNet

using the following launch configuration:

            {
                "name": "Python: Module Code",
                "type": "python",
                "request": "launch",
                "program": "${file}",
                "console": "integratedTerminal",
                "justMyCode": false,
                "env": {
                    "PYDEVD_WARN_SLOW_RESOLVE_TIMEOUT": "2",
                },
                "redirectOutput": true,
            }

Tried with other launch configurations, too.