Justincrum

Results 4 comments of Justincrum

I'm getting a swig error when I try to do `python3 setup.py install --mfem-branch mfem-4.3-dev`. Is that something on my end that is messed up?

Yes, I clone PyMFEM and then swap to the mfem-4.3-dev branch. So if I enter `python3 setup.py install --mfem-branch mfem-4.3-dev`, then the error I get is ``` Traceback (most recent...

I think I got it to work. The `find_command` function was defined in my file after it gets called, so I needed to move that up to just before the...

@sshiraiwa I think I've got either a misunderstanding in how swig works or found another issue. When I run `python3 setup.py install --mfem-branch drl4marking`, there's a function that is missing...