Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P pydtnsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • discus
  • pydtnsim
  • Merge requests
  • !16

WIP: Add fatemeh's code

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Jarrod Pas requested to merge fatemeh-code into develop Jan 23, 2019
  • Overview 4
  • Commits 8
  • Pipelines 4
  • Changes 47

There are some style changes that need to get fixed, but other than that it should be good to go.

To check the code style you need pycodestyle, pydocstyle, and pylint.

To install them: pip install pycodestyle pydocstyle pylint

Make sure all 3 of these commands do not output any errors:

  • python -m pycodestyle
  • python -m pydocstyle
  • python -m pylint

The continuous integration checker will also ensure that these pass.

Edited Jan 23, 2020 by Jarrod Pas
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fatemeh-code