thank you - I didn't find that issue. Christoph
On Wednesday, 13 July 2016 12:59:45 UTC+1, Yichao Yu wrote: > > On Wed, Jul 13, 2016 at 5:01 AM, Michele Zaffalon > <[email protected] <javascript:>> wrote: > > ase_build.graphene_nanoribbon(3, 4, kind="armchair")? > > > > > > On Wed, Jul 13, 2016 at 10:19 AM, Christoph Ortner > > <[email protected] <javascript:>> wrote: > >> > >> I was recently trying to > >> ```julia > >> @pyimport ase.build as ase_build > >> ase_build.graphene_nanoribbon(3, 4, type="armchair") > >> ``` > >> which throws the error `ERROR: syntax: unexpected "="` > >> > >> I assume that the problem is that `type` is a reserved keyword for > Julia? > >> Is there a workaround? > > > https://github.com/stevengj/PyCall.jl/issues/242#issuecomment-206440027 > > >> > >> Thank you > >> Christoph > > > > >
