Steven Rieder

Results 90 issues of Steven Rieder

I don't know of any reason why sapporo_light should be preferred over sapporo2. If there are none, I suggest deprecating sapporo_light in favour of sapporo2. And perhaps sapporo2 could be...

status: keep-open
area: dependencies

Makes life easier compared to directly using FiMap. Plan is to expand this mapper to also use it with Fresco and to add a plotting tool separately.

- [x] Test issue 850 - [x] Add test to workflow for this branch - [ ] Fix issue - [ ] Remove workflow - [ ] Merge & Remove...

Testing if this would be an option

Out of curiosity, why is there a module amuse.units.optparse? Is this different from the standard python optparse (which is since Python 2.7 deprecated and replaced by argparse)? And why is...

python3
feature request
refactoring

**Is your feature request related to a problem? Please describe.** Tulips (https://bitbucket.org/elaplace/tulips/, by @evalaplace) is a tool to create diagrams of the structure and evolution of stars. It currently works...

feature request
plotting

The stopping condition library currently has the following stopping conditions: ``` PARAMETER (COLLISION_DETECTION=0) PARAMETER (PAIR_DETECTION=1) PARAMETER (ESCAPER_DETECTION=2) PARAMETER (TIMEOUT_DETECTION=3) PARAMETER (NUMBER_OF_STEPS_DETECTION=4) PARAMETER (OUT_OF_BOX_DETECTION=5) PARAMETER (DENSITY_LIMIT_DETECTION=6) PARAMETER (INTERNAL_ENERGY_LIMIT_DETECTION=7) PARAMETER (INTERACTION_OVER_DETECTION=8) PARAMETER...

kind: feature request
area: framework

> for me its ok now, though @rieder we sort of decided to always assume DOWNLOAD_CODES=1 ?? yes - we need to implement that (by removing DOWNLOAD_CODES references?). _Originally posted...

keep-open

**Describe the bug** amuse/rfi/core.py line 126 defines an "async" function. In Python 3.5+, async is a reserved keyword (https://www.python.org/dev/peps/pep-0492/). We may need to rename this function to prevent "invalid syntax"...

bug
python3
keep-open

This PR aims to make a few updates to stellar_winds.py: - [x] code style revision - [ ] support for including stellar abundances in the winds released by the stars

feature request