mbdevpl / transpyle-flash

0 stars 1 forks source link

NotImplementedError in hy_8wv_fluxes (A) #3

Open chaw0023 opened 6 years ago

chaw0023 commented 6 years ago

Error::

NotImplementedError: cannot convert intrinsic call from raw AST: sign(1.0, bn)

in file: (A) _source/physics/Hydro/HydroMain/split/MHD_8Wave/hy_8wvfluxes

A test case which uses this file is mhd rotor problem. i.e. ./setup magnetoHD/CurrentSheet -auto -2d -objdir=mhdrotor -site=sauc.xps -gridinterpolation=native -debug

mbdevpl commented 6 years ago

The issue involving sign() call is resolved, however a new issue emerged because there's contains statement in subroutine body. Details are described in mbdevpl/transpyle#1

I'll also resolve the new issue at a later date, for now I'm focusing on other issues. I'll post here with updates.