You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytest.skip(reason="Running without matlab; if Matlab is available please run pytest --withmatlab")
18
-
ifdeep_learning:
19
-
pytest.skip(
20
-
reason="Slow drifting in performance not yet implmented for deep learning algorithms") # requieres training a network per b-value set and inferencing all data in 1 go. So not 1 data point per time, but all data in 1 go :). Otherwise network will be trained many many times...
0 commit comments