Khaled Sharif

Results 5 comments of Khaled Sharif

@AhmedMoamen62 have you found a solution? I'm facing the same problem

@AhmedMoamen62 I looked into this a bit and I think it's not possible. If you check the `_build_volume_2d3` function in `anynet.py` you will see it uses a function called `warp`,...

Hi @jermaine1ronquillo, thanks for your question. Usually the equation that is produced from Athena, a Sympy equation, is enough for most research cases to perform predictions on (see: [evalf](http://docs.sympy.org/latest/tutorial/basic_operations.html#evalf) and...

Hi @lab021rnd, thanks for your question! You can define your custom equation similar to how it is done [inside Athena](https://github.com/arabiaweather/athena/blob/master/athena/equations.py), like so: ```python from athena.equations import get_symbols def CustomEquation(s, x,...