Getting map_floor_div NotImplementedError for tests #3963
Unanswered
rezahousseini
asked this question in
Firedrake support
Replies: 1 comment 6 replies
-
It would be helpful to see install logs and a minimum failing example with a traceback. However, I would first ask, is your pymbolic up-to-date? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am in the process of packaging firedrake for guix. While I made good progress, I am stuck with a repeating error message in firedrake and dependencies. I get the error message
map_floor_div
NotImplementedError
from the package pymbolic in loopy, PyOP2 and firedrake. It is raised in theCoefficientCollector
class of pymbolic.My understanding is that the
map_floor_div
function needs to be implemented by the class inheriting fromCoefficientCollector
but I do not find any such definition. Can anybody maybe shed some light on the issue, am I completely lost?Best, Reza
Beta Was this translation helpful? Give feedback.
All reactions