Inti Pelupessy

Results 219 comments of Inti Pelupessy

The reason for this is that send_string mechanism in channel.py expects a python str and not a bytes object. Note that the assumption is that the str only contains ascii...

on second thought: its better to add a new datatype for bytes...

optparse should also move from amuse/units to amuse/support

if its just about the units the following works with argparse: ```python import argparse from amuse.units import units parser = argparse.ArgumentParser(description='do some AMUSE stuff') parser.add_argument('--endtime', dest='endtime', action='store', default="10", type=units.Myr, help="end...

(it accepts string, but doesn't convert...)

there are more things that can be moved; the old svn repo functioned more like the amuse project page, so it makes sense to move them higher up

note that you can use filtering where you want to retain history on the files...