google / automl

Google Brain AutoML
Apache License 2.0
6.18k stars 1.45k forks source link

how to fix (terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[48], line 3 1 #!rm summary.h5 2 #!rm statepoint.*.h5 ----> 3 sp_filename = model.run() 5 sp = openmc.StatePoint(sp_filename)? #1194

Open nilormi94 opened 1 year ago

nilormi94 commented 1 year ago

I am running an OpenMC code using Python API in Visual Studio Code within a WSL.