parallel pickling per default on

This commit is contained in:
Joachim Schöberl 2020-09-04 14:47:49 +02:00
parent e3f95528e0
commit a45cbd6f84

View File

@ -8,7 +8,7 @@ using std::string;
namespace ngcore
{
bool ngcore_have_numpy = false;
bool parallel_pickling = false;
bool parallel_pickling = true;
void SetFlag(Flags &flags, string s, py::object value)
{