Coder Social home page Coder Social logo

hwconstrained.jl's Introduction

HWconstrained

Build Status Codecov

HOW TO DO THIS HOMEWORK

This is identical to the previous homework.

  1. click top right on fork. After that,
  2. in your local julia session, you need to do
    ] dev https://github.com/YOUR_GITHUB_USER/HWconstrained.jl.git
  3. next, go to the newly created directory to instantiate the package:
    cd(joinpath(DEPOT_PATH[1],"dev","HWconstrained"))  # go to package location
    ] activate .  
    ] instantiate
  4. Now you can go back to the main environment and start editing the code in your text editor
    ] activate    # no args goes back to main
    using HWconstrained    # precompiles
    data()     # errors: function is incomplete! go and complete it in your editor!
  5. When you add a unit test in /test/runtest.jl, you can try it out by doing
    # if in the package directory:
    ] activate .   
    ] test       
    
    # from any other location
    ] test HWconstrained
  6. To submit:
    cd ~/.julia/dev/HWconstrained
    git add .   # adds everything. edit if that's not what you want
    git commit -m 'my homework'
    git push

License

Please observe that this repo is part of the Sciences Po CompEcon Organisation and therefore subject to the license detailed at the bottom of The Syllabus repo.

hwconstrained.jl's People

Contributors

floswald avatar takashissb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.