Skip to content
Merged
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["poetry-core"]

[project]
name = "MetObs-toolkit"
version = "1.0.2"
version = "1.0.3"
license = "MIT"
license-files = ["LICENSE"]
authors = [{name = "Thomas Vergauwen", email = "thomas.vergauwen@ugent.be"}]
Expand Down
5 changes: 2 additions & 3 deletions src/metobs_toolkit/gee_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ def connect_to_gee(**kwargs) -> None:
# Fall through to authentication

# If initialization failed, try to authenticate
if not ee.data._credentials:
ee.Authenticate()
ee.Initialize()
ee.Authenticate()
ee.Initialize()
return None


Expand Down
2 changes: 1 addition & 1 deletion src/metobs_toolkit/settings_collection/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
Loading