We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387f6b2 commit 4695448Copy full SHA for 4695448
firedrake/scripts/firedrake-zenodo
@@ -22,8 +22,7 @@ from importlib.metadata import Distribution
22
# Change this to https://sandbox.zenodo.org/api for testing
23
ZENODO_URL = "https://zenodo.org/api"
24
DESCRIPTIONS = {
25
- # FIXME: UNDO ME
26
- # "firedrake": "Firedrake: an automated finite element system",
+ "firedrake": "Firedrake: an automated finite element system",
27
"ufl": "UFL: the Unified Form Language",
28
"fiat": "FIAT: the Finite Element Automated Tabulator",
29
"petsc": "PETSc: the Portable, Extensible Toolkit for Scientific Computation",
0 commit comments