Skip to content

Commit

Permalink
fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
seanzhangkx8 committed Dec 24, 2024
1 parent 0f9ec3a commit bda32df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convokit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .expected_context_framework import *
from .surprise import *
from .convokitConfig import *
except e:
except Exception as e:
print(f"An error occurred: {e}")
warnings.warn("If you are using ConvoKit with Google Colab, incorrect versions of some packages (ex. scipy) may be imported while runtime start. To fix the issue, restart the session and run all codes again. Thank you!")

Expand Down

0 comments on commit bda32df

Please sign in to comment.