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

Issue on page /tutorials/W0D1_PythonWorkshop1/student/W0D1_Tutorial1.html #112

Closed
jeremy-fgn opened this issue Apr 6, 2022 · 1 comment
Labels
Code-improvement Something is not working as expected, but does not prevent the correct execution

Comments

@jeremy-fgn
Copy link

W0D1_Tutorial1
Coding Exercise 4: Simulating membrane potential
Issue : SAMPLE OUTPUT is misaligned by 1 line.

Current SAMPLE OUTPUT :
0.000 -6.0000e-02
0.001 -5.8750e-02
0.002 -5.6828e-02
0.003 -5.4548e-02
0.004 -5.2381e-02
0.005 -5.0778e-02
0.006 -4.9989e-02
0.007 -4.9974e-02
0.008 -5.0414e-02
0.009 -5.0832e-02

Corrected SAMPLE OUTPUT :
0.000 -5.8750e-02
0.001 -5.6828e-02
0.002 -5.4548e-02
0.003 -5.2381e-02
0.004 -5.0778e-02
0.005 -4.9989e-02
0.006 -4.9974e-02
0.007 -5.0414e-02
0.008 -5.0832e-02
0.009 -5.0775e-02

@spirosChv
Copy link
Contributor

Can you please report this issue on precourse repo?

@spirosChv spirosChv transferred this issue from NeuromatchAcademy/course-content Jul 6, 2023
@spirosChv spirosChv added the Code-improvement Something is not working as expected, but does not prevent the correct execution label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code-improvement Something is not working as expected, but does not prevent the correct execution
Projects
None yet
Development

No branches or pull requests

2 participants