afeinstein20 / stella

For characterizing flares with convolutional neural networks
https://adina.feinste.in/stella
MIT License
26 stars 18 forks source link

Remove unneccessary import in test_neural_network.py #8

Closed ekaterinailin closed 4 years ago

ekaterinailin commented 4 years ago

Just a tiny thing I noticed while reading through the test code:

from numpy.testing import assert_almost_equal is not actually used in test_neural_network.py

Cheers :) Ekaterina

afeinstein20 commented 4 years ago

Ah! Awesome, thanks for pointing this out. It's been updated :)