Skip to content

Saving subclass of solvers #169

@ptflores1

Description

@ptflores1

The block

# Get Diff equations details
if self.__class__.__name__ == "Solver1D":
sample_solution = get_sample_solution1D(self)
elif self.__class__.__name__ == "Solver2D":
sample_solution = get_sample_solution2D(self)

is failing when saving instances of a subclass of Solver1D or Solver2D

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions