You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keep_intermediate: Whether the outputs of cached properties required to compute `properties` but not contained in `properties` should be kept in memory.
61
61
If `False`, these values will not be cached on `instance` after this call.
62
62
"""
63
+
asserthasattr(instance, '__dict__'), f"parallel_compute requires instance to have __dict__. Slots are not supported."
63
64
ifmemory_limitisnotNone:
64
65
assertcache_dirisnotNone, "cache_dir must be specified if memory_limit is set"
0 commit comments