chembo icon indicating copy to clipboard operation
chembo copied to clipboard

bugs

Open futianfan opened this issue 2 years ago • 0 comments

Dear authors,

thanks for your nice paper and software, I follow the guidance to run the script "run_chemist.py", but got the following error, do you know what is wrong?

Traceback (most recent call last): File "experiments/run_chemist.py", line 144, in main() File "experiments/run_chemist.py", line 124, in main opt_val, opt_point, history = chemist.run(args.budget) File "/net/sunlab/psunlab1/molecular_data/graphnn/chembo/chemist_opt/chemist.py", line 152, in run return optimiser.optimise(max_capital) File "/nethome/tfu42/.conda/envs/chembo/lib/python3.6/site-packages/dragonfly/opt/blackbox_optimiser.py", line 238, in optimise return self.run_experiments(max_capital) File "/nethome/tfu42/.conda/envs/chembo/lib/python3.6/site-packages/dragonfly/exd/exd_core.py", line 707, in run_experiments self.run_experiment_initialise() File "/nethome/tfu42/.conda/envs/chembo/lib/python3.6/site-packages/dragonfly/exd/exd_core.py", line 466, in run_experiment_initialise self.perform_initial_queries() File "/nethome/tfu42/.conda/envs/chembo/lib/python3.6/site-packages/dragonfly/exd/exd_core.py", line 333, in perform_initial_queries verbose_constraint_satisfaction=False) TypeError: () got an unexpected keyword argument 'verbose_constraint_satisfaction'

futianfan avatar Nov 10 '21 00:11 futianfan