Open sdrave opened 7 years ago
Manually bumping required versions for deal.II and pymor-deal.II in case of updates should be fine, right?
I've integrated the deal.II bindings package with the deal.II docker image which in turn now feeds into the testing image.
Basically you can soon do docker run pymor/testing:3.7 python -c 'from pymor_dealii.pymor.demo import run; run()'
to run the bindings demo
It would be nice to include pymor-dealii in the images ...