Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further steps for release v0.1.0 #120

Merged
merged 6 commits into from
Feb 2, 2023
Merged

Conversation

gomezzz
Copy link
Collaborator

@gomezzz gomezzz commented Jan 30, 2023

Description

Building on #116 , merge that first

Resolved Issues

Already working on some things for #119 until currently open PRs are merged.

How Has This Been Tested?

Will be tested in #119

Related Pull Requests

@gomezzz gomezzz added documentation Improvements or additions to documentation release Related to a release 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

logger.warning(
"The actor already had a power device. Currently only one device is supported. Overriding old device."
)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Please, add a statement about to the README where you explain that it is possible to add only power device at the time. Trying to add more than one will lead to override the first.

@@ -211,6 +217,12 @@ def set_thermal_model(
actor, SpacecraftActor
), "Thermal models are only supported for SpacecraftActors"

# Check if the actor already had a thermal model
if actor.has_thermal_model:
Copy link
Collaborator

Choose a reason for hiding this comment

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

As above. If you want, you can also make one statement for all the models somewhere.

README.md Outdated

```

This requires `Python 3.8` due to [pykep's limited support of pip](https://esa.github.io/pykep/installation.html). If you encounter problems, please consider setting up a `conda` environment to install dependencies.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
This requires `Python 3.8` due to [pykep's limited support of pip](https://esa.github.io/pykep/installation.html). If you encounter problems, please consider setting up a `conda` environment to install dependencies.
This requires `Python 3.8` due to [pykep's limited support of pip](https://esa.github.io/pykep/installation.html). If you encounter problems, please consider setting up a dedicated `conda` environment to install dependencies.

README.md Outdated
@@ -483,6 +498,16 @@ sim.register_activity(
sim.perform_activity("activity_A")
```

##### Waiting for Activities to Finish

If you want to run multiple activities in a row or just wait for the existing one to finish, you can use
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
If you want to run multiple activities in a row or just wait for the existing one to finish, you can use
At the moment, parallel running of multiple activities is not supported.
However, if you want to run multiple activities in a row or just wait for the existing one to finish, you can use

@gomezzz gomezzz merged commit e6be126 into main Feb 2, 2023
@gomezzz gomezzz deleted the further-steps-for-release-v0.1.0 branch February 2, 2023 17:08
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 release Related to a release v0.1.0 Related to / Required for v0.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants