Closed longshuicy closed 7 months ago
Looks good. There are a few pep8 errors about adding an extra line between functions. Can you fix those?
Looks good. There are a few pep8 errors about adding an extra line between functions. Can you fix those?
Which file do you see the pep8 error? for some reason my IDE doesn't prompt me with those anymore. :-(
Looks good. There are a few pep8 errors about adding an extra line between functions. Can you fix those?
Which file do you see the pep8 error? for some reason my IDE doesn't prompt me with those anymore. :-(
Sorry, I should have been more clear. In the test_dfr3curve.py class. My IDE complains about needing an extra blank line for a few of the test methods.
Looks good. There are a few pep8 errors about adding an extra line between functions. Can you fix those?
Which file do you see the pep8 error? for some reason my IDE doesn't prompt me with those anymore. :-(
Sorry, I should have been more clear. In the test_dfr3curve.py class. My IDE complains about needing an extra blank line for a few of the test methods.
Ah i see them now. Thanks! Fixed :-)
To test, please run the pytest
tests/pyincore/models/test_dfr3curve.py