Skip to content

Commit

Permalink
Getting rid of unnecessary error message
Browse files Browse the repository at this point in the history
  • Loading branch information
timudk committed Jul 9, 2023
1 parent ba3e7fe commit 89f5413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgm/modules/diffusionmodules/discretizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __call__(self, n, do_append_zero=True, device="cpu", flip=False):

@abstractmethod
def get_sigmas(self, n, device):
raise NotImplementedError("abstract class should not be called")
pass


class EDMDiscretization(Discretization):
Expand Down

0 comments on commit 89f5413

Please sign in to comment.