Advertisement
Guest User

Untitled

a guest
Mar 28th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. ===@===:~/Workspace/shogun/src/shogun$ git pull upstream master
  2. From git://github.com/shogun-toolbox/shogun
  3. * branch master -> FETCH_HEAD
  4. Merge made by recursive.
  5. src/shogun/features/BinnedDotFeatures.cpp | 1 +
  6. testsuite/python_modular/tester.py | 14 +++++++++-----
  7. 2 files changed, 10 insertions(+), 5 deletions(-)
  8. ===@===:~/Workspace/shogun/src/shogun$ git rebase master
  9. First, rewinding head to replay your work on top of it...
  10. Applying: state of fehlersuche
  11. Applying: bugfixes and debug messages
  12. Applying: added flag to allocate_data_from_scratch to not allocate non-scalar non-sgobject data
  13. Applying: removed delte_all_but_data method because this stuff is now done in destructor of TParameter
  14. Applying: migration bugfixes, debug messages and cleanups
  15. Applying: cleanups
  16. Applying: another fix for arrays of SGObjects
  17. Applying: fixed another bug regarding empty parameter bases
  18. Applying: fixed python typemaps
  19. Applying: remove debug code / string typemap
  20. Applying: add -f option to tester to only show failed tests
  21. Applying: initializ m_features with NULL / fixes hang
  22. Applying: show case / exception in tester
  23. Applying: state of fehlersuche
  24. Using index info to reconstruct a base tree...
  25. Falling back to patching base and 3-way merge...
  26. Auto-merging src/shogun/base/Parameter.cpp
  27. CONFLICT (content): Merge conflict in src/shogun/base/Parameter.cpp
  28. Auto-merging src/shogun/base/SGObject.cpp
  29. CONFLICT (content): Merge conflict in src/shogun/base/SGObject.cpp
  30. Failed to merge in the changes.
  31. Patch failed at 0014 state of fehlersuche
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement