NeurX / neurx

NN library for elixir
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Apply ExUnit callbacks to start of each test to cut down SLOC #23

Open Vealor opened 6 years ago

Vealor commented 6 years ago

example:

setup do
  {:ok, pid} = Neuron.start_link()
end
JoshuaPortelance commented 6 years ago

Changed this to a low priority task and removed it from 1.0 Roadmap as it is just a nice to have.