Skip to content

Commit af74d08

Browse files
committed
Switched back to use lowres=True by default.
1 parent e328fad commit af74d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ldtk/ldtk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class LDPSetCreator(object):
364364
def __init__(self, teff, logg, z, filters: List,
365365
qe=None, limits=None, offline_mode: bool = False,
366366
force_download: bool = False, verbose: bool = False, cache: Optional[Union[str, Path]] = None,
367-
photon_counting: bool = True, lowres: bool = False):
367+
photon_counting: bool = True, lowres: bool = True):
368368

369369
self.teff = teff
370370
self.logg = logg

ldtk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
from semantic_version import Version
2121

22-
__version__ = Version('1.3.0')
22+
__version__ = Version('1.3.1')

0 commit comments

Comments
 (0)