-
**Is your feature request related to a problem? Please describe.**
We demonstrate the problem we encounter in example `01-easy-problems` in https://github.com/marijanbeg/pybryt-examples
**Summary*…
-
Let us say we have `N` reference implementations for a particular problem. The student works on the problem and submits their solution. We, using PyBryt, compare the student's implementation against `…
-
Hey,
I keep receiving the following error for my solution of Exercise 4.4. (ERROR: Hmmm... It seems you are either not extracting densities or not adding constants to the dictionary.)
My final …
-
- I tried to do this in cmd:
**D:\introduction-to-python>conda activate introduction-to-python
(introduction-to-python) D:\introduction-to-python>jupyter notebook**
- However, when running th…
-
I have the following possible solution for the 2.11 exercise depicted [here](https://github.com/ese-msc/introduction-to-python/blob/256d6765c213ec375c75cd75e7c17f682a9a2971/lecture2/lecture2.ipynb#L32…
-
In the exercise 2.2, I'm trying to use the following solution:
```python
import numbers
import numpy as np
import pybryt
from lecture import pybryt_reference
v0 = 1
n = 11
g = 9.81
dt = …
-
I think I have installed pybryt/the necessary files to my computer incorrectly. Every time I want to check my code, in each new exercise, I have to insert a line of code that looks like this:
pybr…
-
Pybryt is not importing after I uploaded a saved workbook to continue my work,
-
Hi, I did not really understand what "You are not populating resulting vector correctly." means. It seems like the result for c is right. Could you help me figure this out? Thanks so much!
-
I just finished solving exercise 1.13 and for the first time see the assert test raise an error while the pybryt test passes.
Is my solution wrong or can I rely on the pybryt test alone to assess it…