From 9f52e0a88e21106b3a0efd48a1278f65322533ac Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 18 Apr 2024 14:35:33 +0200 Subject: [PATCH] Fix: Noise Name cannot contain _ (rename Rayleight Perlin) --- priorConditionedAnnealing/pca.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/priorConditionedAnnealing/pca.py b/priorConditionedAnnealing/pca.py index 74e4665..35807bc 100644 --- a/priorConditionedAnnealing/pca.py +++ b/priorConditionedAnnealing/pca.py @@ -55,8 +55,8 @@ class Avaible_Noise_Funcs(Enum): DIRTYPERLIN = 5 SDE = 6 SHORTPINK = 7 - P_PERLIN = 8 - RAYLEIGH_PERLIN = 9 + PPERLIN = 8 + RAYLEIGHPERLIN = 9 def get_func(self): # stil aaaaaaaa