On Wed, Jul 13, 2016 at 5:01 AM, Michele Zaffalon <[email protected]> wrote: > ase_build.graphene_nanoribbon(3, 4, kind="armchair")? > > > On Wed, Jul 13, 2016 at 10:19 AM, Christoph Ortner > <[email protected]> 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 > >
