Skip to content

Interim Report (Anthony)

Anthony Fok edited this page May 28, 2021 · 4 revisions

This is a summary of the tasks I worked on Sprint 28 to Sprint 36:

Pipeline Optimization

GitHub Actions

OpenQuake as GitHub Actions

Technical Support

  • 2021-04-16 – 2021-04-19 (?): Launching a new AWS instance, mkfs.ext4 ?

  • 2021-04-27: Git LFS (Zoom meeting at 1:30 p.m. Pacific)

  • 2021-05-11: Converting a shallow clone to a full clone. (It turns out that, with a shallow clone, git tracks only the very branch that was initially cloned.

    • Solution: git remote set-branches origin '*', which changes .git/config as follows:
      -	fetch = +refs/heads/master:refs/remotes/origin/master
      +	fetch = +refs/heads/*:refs/remotes/origin/*
  • 2021-05-28: AttributeError: 'function' object has no attribute 'callfunc' error related to the removal of @sap.Script callfunc() in OpenQuake between 3.10 and 3.11

Miscellaneous

Clone this wiki locally