Skip to content

Commit

Permalink
fix: codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed May 29, 2024
1 parent e9ed4c1 commit 16387cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysm3/models/websky.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ def __init__(
):

if max_nside is None:
if sz_type=='kinetic':
if sz_type == "kinetic":
max_nside = 4096
if sz_type=='thermal':
if sz_type == "thermal":
max_nside = 8192
super().__init__(nside=nside, max_nside=max_nside, map_dist=map_dist)
self.version = str(version)
Expand Down

0 comments on commit 16387cb

Please sign in to comment.