Inti Pelupessy

Results 219 comments of Inti Pelupessy

Did you do a git clone? Can you try again with a target directory w/o parentheses in the name? for example: ``` cd /home/prhalad mkdir projects cd projects git clone...

also, it is convenient to use a seperate python environment using virtual env or venv, so install python virtualenv and before pip installing: ``` cd projects virtualenv amuse-env source amuse-env/bin/activate...

Is there a file called build.log in the amuse root and can you post here?

ok, thanks! this is in fact an issue with a change that was merged very recently.. (the data directories where moved, but I missed that the mesa makefile also has...

I have pushed a fix, so it should work now

ofcourse, you would rather use the new mesa mesa_r15140..

I am closing this issue, please open a new one if you are still having problems with the ipykernel..

there are at least two ways two implement this: - superset.savepoint generates savepoints on subsets, and then savepoints itself - superset copies subsets, referes to these and then savepoints itself...

this bit in interface.cc of Seba, in new_binary line 786 or so: ``` if (child1 == seba_insertion_point) { seba_insertion_point = child1->get_younger_sister(); } if (child2 == seba_insertion_point) { seba_insertion_point = child2->get_younger_sister();...