Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gde_calculations_prototype
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Dynamic ExposureDynamic Exposure
  • LegacyLegacy
  • gde_calculations_prototype
  • Merge requests
  • !3

Bug fixes associated with having adapted the code to run with the config file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cecilia Nievas requested to merge bug_fix_20200910_b into master Sep 10, 2020
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 24
  • A couple other bugs associated with having changed the names of some variables when adapting the code to run with the config file.
  • The definition of the list of cells to run evolved with time and different files. When adapting the code to run with the config file I created one function that is now applied to all files (this is what the "Cells to Process" part of the config file controls). However, I had left behind some print statements, etc, that needed to be expanded to consider the larger number of possibilities that using this unified function brought (i.e. defining by country, admin ID, arbitrary list, random from country or by bounding box).
  • Added a print('Done!') statement at the end of each script (some had it, some did not). This facilitates interpreting when the code has finished running when running it remotely and recording the screen output to a log file.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bug_fix_20200910_b