Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contingency #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 11, 2019

  1. Updated blueprint and the py script

    Small changes to the blueprint.
    Also added a function to calculate the duration in seconds rather than minutes.
    Anders Eriksson authored and Anders Eriksson committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    9069c81 View commit details
    Browse the repository at this point in the history
  2. Revert "Updated blueprint and the py script"

    This reverts commit 9069c81.
    Anders Eriksson authored and Anders Eriksson committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    14cce07 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Added timer

    I removed the current count and index counter as they did not make any sense anyway. Instead I replaced them with a timer
    Anders Eriksson authored and Anders Eriksson committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a8767da View commit details
    Browse the repository at this point in the history
  2. It nows add experimtenal type, fly type, and the number of periods

    The code was not working before as it did not update the total number of periods. This is now fixed. Along with this upgrade, the software now also manages to add the experimental type and fly type.
    Anders Eriksson authored and Anders Eriksson committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5d8d346 View commit details
    Browse the repository at this point in the history
  3. Contingency was added

    it does not make any difference if the contingency is there or not, but to keep everything the same I added this too
    Anders Eriksson authored and Anders Eriksson committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    b9ce227 View commit details
    Browse the repository at this point in the history
  4. Update Opt_Moto.py

    Anders Eriksson authored and Anders Eriksson committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    da398cc View commit details
    Browse the repository at this point in the history