Skip to content

support serialization when tebd_input_mode=='strip' and type_one_side is True #3745

@github-actions

Description

@github-actions

Line: 1871

raise NotImplementedError(
"serialization is unsupported by the native model when tebd_input_mode=='strip'"
)
# todo support serialization when tebd_input_mode=='strip' and type_one_side is True
if self.stripped_type_embedding and self.type_one_side:
raise NotImplementedError(
"serialization is unsupported when tebd_input_mode=='strip' and type_one_side is True"
)
if (self.original_sel != self.sel_a).any():
raise NotImplementedError(
"Adjusting sel is unsupported by the native model"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions