Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Oct 4, 2024
1 parent 346da44 commit 1b39eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlclouds/autoxval.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from mlclouds.utilities import ALL_SKY_VARS, CONFIG, FP_DATA, surf_meta
from mlclouds.validator import Validator

RANDOM_GENERATOR = np.random.Generator(np.random.PCG64(42)
RANDOM_GENERATOR = np.random.Generator(np.random.PCG64(42))

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 1b39eeb

Please sign in to comment.