-
Notifications
You must be signed in to change notification settings - Fork 2
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:
- [Meta-issue] Optimize pipeline (python/add_data.sh etc.) · Issue #76 · OpenDRR/opendrr-api
- Fetching file from GitHub · OpenDRR/opendrr-api Wiki
-
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/*
- Solution:
-
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
Sprint Planning
|
Sprint Review
Wikis:
data
|
model-factory
|
opendrr-api
|
opendrr
|
python-env
|
riskprofiler-cms