amuse
amuse copied to clipboard
Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
some particle attributes are tricky to use because of dependence on Hop..note that the way Hop is used improves e.g. the determination of lagrangian radii considerably, so simply removing is...
with python3 it is more involved to send bytes over channel e.g. pickled objects result in bytes, this needs to be encoded back into str for it to work this...
generic_unit_converter uses the numpy matrix type, which is on its way out. It is recommended to use ordinary array operations, this means: - convert to array or remove asmatrix -...
If /tmp/tupan.log exists and is owned by another user, building the code fails: PermissionError: [Errno 13] Permission denied: '/tmp/tupan.log' The place in the code where this happens is in: src/amuse/community/tupan/tupan/tupan/__init__.py...
**Describe the bug** some grid attributes (of the "hidden" type) like _axes_names or the added derived attributes ("position") are not written with write_set_to_file, hence when reading some method (e.g. get_axes_names)...
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...
i got also some error of ipykernel. Usage: ipykernel_launcher.py [options] ipykernel_launcher.py: error: no such option: -f ERROR:root:Internal Python error in the inspect module. Below is the traceback from this internal...
Hello, I worked with Steven last week to install amuse on my mac and did this successfully via a development build. However, I am now trying to work through the...
**Describe the bug** On the amuse website, there is the beautiful gallery, with a link to where some of the example code can be find - however the ink doesn't...
**Describe the bug** The make command for simplehash cannot see the `python` command when system `python3` is used, despite alias being set. **To Reproduce** Run `cd /opt/amuse/ && ./configure --enable-cuda`...