Skip to content

Commit

Permalink
Switched back to use lowres=True by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Aug 14, 2020
1 parent e328fad commit af74d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ldtk/ldtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class LDPSetCreator(object):
def __init__(self, teff, logg, z, filters: List,
qe=None, limits=None, offline_mode: bool = False,
force_download: bool = False, verbose: bool = False, cache: Optional[Union[str, Path]] = None,
photon_counting: bool = True, lowres: bool = False):
photon_counting: bool = True, lowres: bool = True):

self.teff = teff
self.logg = logg
Expand Down
2 changes: 1 addition & 1 deletion ldtk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

from semantic_version import Version

__version__ = Version('1.3.0')
__version__ = Version('1.3.1')

0 comments on commit af74d08

Please sign in to comment.