Git Product home page Git Product logo

assignment's People

Contributors

armavica avatar ccoffrin avatar luckman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

assignment's Issues

Rename Screen Name

This title no longer make sense on the new platform. Thinking the new name should be "simple string".

Touchup Handouts

Clarify max/sum scoring instead of sum/max.

Also fix strange newline in python url.

metadata file "_coursera" not found

I am trying anyint assignment, solver.py ran perfectly. submit.py gives this error:

metadata file "_coursera" not found

_coursera file is in the same directory as submit.py but this error is strange. any idea?

test_solver.sh

Is this script still needed? If so, should probably be turned into an automated test.

Rename docker test script

See if this file can be renamed with "test". Possibly code needs to be wrapped in a main() function or it could be added to a discovery ignore list.

Grader feedback messages

remove your solution objective value {} appears to be optimal! You can't beat that. in the top level of grader feedback.

time.clock() removed in Python 3.8

When running submit.py with python 3.8, you get the following error:

Traceback (most recent call last):
  File "./submit.py", line 455, in <module>
    main(parser.parse_args())
  File "./submit.py", line 387, in main
    results = compute(metadata, args.override)
  File "./submit.py", line 178, in compute
    submission = output(problem.input_file, solver_file)
  File "./submit.py", line 217, in output
    start = time.clock()
AttributeError: module 'time' has no attribute 'clock'

line 217

This is due to time.clock() being removed in Python 3.8 after having been deprecated since Python 3.3.

The function time.clock() has been removed, after having been deprecated since Python 3.3: use time.perf_counter() or time.process_time() instead, depending on your requirements, to have well-defined behavior.

see release notes

Ask email and token *before* computing

If the computation is going to be some hours long then I'd rather prefer to enter my email and submission token before to start the computational part, otherwise I need to be sure I come back at the computer to enter email+token before the 5h/10h deadline expires.
And if I run it overnight that may be a bit annoying.

VRP figures are missing

It's not possible to compile handouts/vrp.tex because the following pdfs are missing
handouts/figures/vrp_1.pdf, handouts/figures/vrp_2.pdf

It seems like the figures for the facility assignment are missing as well but they are commented out in the tex file.

Test on Windows

Test the current version of the handouts on windows. Also a good time to check with #8.

Any Int Return Type

Should we support submit to accept an integer value from the "any int" assignment?

Links to Course Website

Add these all over the place once it is available. Notable places,

  • repository settings
  • readme.md
  • handouts

Platform error messages

make sure grader error messages are consistent on the new platform. For example, "The evaluation script has failed with error code (1)"

Also make sure that the message for using optimal flag is clarified.

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.