Nicolas Nytko

Results 6 issues of Nicolas Nytko

![image](https://user-images.githubusercontent.com/1790491/92008495-deb4c200-ed0c-11ea-931d-f187ec631249.png) When getting full points on a flow, the results page will show a `99.99%` instead of `100.00%`. This is at the url: `https://relate.cs.illinois.edu/course/[course]/flow-session/[flow-id]/finish/`

It would be nice if the text area element could either be vertically resizable, or if it automatically fills the page. This could probably be done by a css property:...

TLDR: defining array sizes with unsigned integers and then tiling the resulting kernel will break the per-thread check to see if it is inside the loop domain. This is because...

Fixes the docstring for `diffusion_stencil_2d` The default for theta was listed under type

fix

Re: discussion in Slack https://prairielearn.slack.com/archives/C266KEH9A/p1724960505527319

Adds `ratio` and `num_aggs` arguments to lloyd, balanced lloyd, and metis. Allows the user to specify one or the other to control the coarsening.