Skip to content

Small fixes for 0.1.0#116

Merged
gomezzz merged 3 commits intomainfrom
small-fixes-for-0.1.0
Feb 2, 2023
Merged

Small fixes for 0.1.0#116
gomezzz merged 3 commits intomainfrom
small-fixes-for-0.1.0

Conversation

@gomezzz
Copy link
Collaborator

@gomezzz gomezzz commented Jan 30, 2023

Description

Summary of changes

  • Fixed sentinel notebook
  • Added checks on adding duplicate power and thermal models
  • Introduced paseos_instance.wait_for_activity() to allow waiting for activities to finish.
  • Opened new issue related to updating the tests to use the above function

Resolved Issues

How Has This Been Tested?

CI, notebook

Related Pull Requests

N/A

@gomezzz gomezzz added documentation Improvements or additions to documentation enhancement New feature or request example An example to showcase something feature implementing a new feature user-facing Anything that users can interact with v0.1.0 Related to / Required for v0.1.0 labels Jan 30, 2023
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Collaborator

@GabrieleMeoni GabrieleMeoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The notebook is working fine for me now. Could you, please, remove this old statement from the notebook: "
N.B. Notice that, when sim.perform_activity(...) is called, the keyword await is needed only for Jupyter notebooks to ensure the correct management of asynchronous functions. Remove it otherwise. " and update it with something to explain why we use the new function wait_for_activity?

@gomezzz gomezzz requested a review from GabrieleMeoni February 2, 2023 13:28
@gomezzz gomezzz merged commit ff6c1b4 into main Feb 2, 2023
@gomezzz gomezzz deleted the small-fixes-for-0.1.0 branch February 2, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request example An example to showcase something feature implementing a new feature user-facing Anything that users can interact with v0.1.0 Related to / Required for v0.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Sentinel-2 notebook to run one activity at the time Currently you could add two power devices? 🤔

3 participants