Skip to content

Commit

Permalink
Fix the defaults to truly be KS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Apr 9, 2024
1 parent 2c7643d commit e0c22c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exponax/normalized/_gradient_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(
num_spatial_dims: int = 1,
num_points: int = 48,
*,
linear_difficulties: tuple[float, ...] = (0.0, 0.0, -0.064, 0.0, -0.04096),
linear_difficulties: tuple[float, ...] = (0.0, 0.0, -0.128, 0.0, -0.32768),
gradient_norm_difficulty: float = 0.064,
maximum_absolute: float = 1.0,
order: int = 2,
Expand Down

0 comments on commit e0c22c2

Please sign in to comment.