amuse icon indicating copy to clipboard operation
amuse copied to clipboard

Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE

Results 226 amuse issues
Sort by recently updated
recently updated
newest added

> 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

python 3 conversion has left quite a few places where functions calls or returns have a conversion of map iterator to list (since it cannot be locally proven that the...

python3
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

..but fork the repository and make PR against branches on your own repo!

status: keep-open
area: tooling

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

@eugvas has written an interface for the fast-multipole gravity solver "falcON" (W.Dehnen, ApJL, 536, 9, 2000) from NEMO: https://github.com/GalacticDynamics-Oxford/pyfalcon Let's see if we can include this in AMUSE / what...

community_code
feature request
help wanted

Work in progress

community_code
feature request
keep-open

Hello, I get the following message: amuse.support.exceptions.CodeException: Exception when calling function 'evolve_model', of code 'BrutusInterface', exception was 'Error in code: no error message - code probably died, sorry.' Condition: -...

keep-open

Note that the changes to bridge itself are minor. It just needs a use_velocities flag and self.vx,self.vy,self.vz need to be passed in get_gravity_at_point. I don't think they are needed in...

keep-open