Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 The GLASS Developers
Copyright (c) 2022-2026 The GLASS Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion glass/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def generate(
raise ValueError(msg)

# cltovar requires numpy but getcl maintains xp, so conversion is required
variances = (transformcl.cltovar(np.asarray(getcl(gls, i, i))) for i in range(n))
variances = (transformcl.cltovar(getcl(gls, i, i)) for i in range(n))
grf = _generate_grf(gls, nside, ncorr=ncorr, rng=rng)

for t, x, var in zip(fields, grf, variances, strict=True):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies = [
"array-api-extra>=0.9.0",
"healpix>=2022.11.1",
"healpy>=1.15.0",
"transformcl>=2022.8.9",
"transformcl>=2026.1",
]
description = "Generator for Large Scale Structure"
dynamic = [
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.