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
It is currently not possible to have different settings for num_sigma, lfsr_width, func_order, and func_numel for Gaussian noise generators due to how _inv_cdf_func is cached in MixedSignalModel:
It is currently not possible to have different settings for
num_sigma
,lfsr_width
,func_order
, andfunc_numel
for Gaussian noise generators due to how_inv_cdf_func
is cached inMixedSignalModel
:msdsl/msdsl/model.py
Lines 373 to 381 in 58964b3
We should make the caching more flexible so that it knows about the values of those four settings for each cache entry.
The text was updated successfully, but these errors were encountered: