openai / automated-interpretability

977 stars 117 forks source link

Change distribution_values from None to [] #32

Closed hijohnnylin closed 9 months ago

hijohnnylin commented 11 months ago

New simulator doesn't use distribution values, but calibrated_simulator still attempts to iterate through it, resulting in an error. Fix is to change it from None to [].