メインコンテンツへスキップ

ValueError: invalid literal for int() with base 10: ''

回答済み

コメント

2件のコメント

  • Matthias Miltenberger
    • Gurobi Staff Gurobi Staff

    Hi Jingyue,

    This is a Python error message indicating that you are trying to convert the empty string \(\texttt{''}\) to an int.

    You should check the values of your table before converting them.

    Cheers,
    Matthias

    0
  • Jingyue Zhang
    • Gurobi-versary
    • Collaborator
    • Curious

    Thanks! The problem is solved!

    0

サインインしてコメントを残してください。