Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
20 results

maca_trans_parser

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Florent Jaillet authored
    As reported in Issue #2, many VisibleDeprecationWarnings were raised
    when running the tests of ltfatpy with a recent version of numpy.
    
    This is now solved by insuring that values used for indexes in numpy
    arrays are integers, either by using integer division (//) where needed,
    or by explicitely converting to integer type (changing np.func(X/2) to
    int(np.func(X/2))), or by using int as the array dtype.
    646c23dc
    History
    Name Last commit Last update
    ..