Closed agzimmerman closed 4 years ago
Per a discussion I saw in the Firedrake mailing list, some of the current test failures (which also show up in the CRON job on master) may be related to changes in the default line search method per the changes discussed here: https://github.com/firedrakeproject/firedrake/pull/1471
Since all of the tests pass with my local build from back in March, I'm doing a new firedrake-install locally now.
At this point in my thesis, it makes more sense to freeze the Firedrake version. I already made a Docker image (just a version of the Firedrake Docker image) which I mostly used when running Sapphire while writing this chapter here: https://hub.docker.com/repository/docker/zimmerman/firedrake
__init__
. It would still only take a few lines of code to inherit and redefine__init__
to use a different element.sapphire.Simulation
class no longer has to derive from a custom class using anordered_dict
, because dicts are by default ordered in Python 3.6+. Dropped support for earlier versions of Python than 3.6sapphire.Table
class withpandas.DataFrame