sex=0, hand=1)
// Test no error for incomplete infoinfo = raw.info.copy()info.pop("file_id")
anonymize_info(info)
// Test instance method
events = read_events(event_name)
After Change
epochs = Epochs(raw, events[:1], 2, 0., 0.1, baseline=None)
_test_anonymize_info(raw.info.copy())
_test_anonymize_info(epochs.info.copy())
// test that annotations are correctly zeroed
raw.anonymize()