Skip to content

Further steps for release v0.1.0#120

Merged
gomezzz merged 6 commits intomainfrom
further-steps-for-release-v0.1.0
Feb 2, 2023
Merged

Further steps for release v0.1.0#120
gomezzz merged 6 commits intomainfrom
further-steps-for-release-v0.1.0

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.

), "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

##### 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 requested a review from GabrieleMeoni February 2, 2023 13:35
@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.

2 participants