-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
The block
neurodiffeq/neurodiffeq/solvers_utils.py
Lines 276 to 280 in ec1ddea
# 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
Labels
No labels