Skip to content

Commit 50bca82

Browse files
committed
Minor fix
1 parent 68acc8f commit 50bca82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Research/QuantBook.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public QuantBook() : base()
9292
{
9393
try
9494
{
95-
Messages.SetAlgorithmLanguage(Language.Python);
95+
Messages.SetAlgorithmLanguage(_isPythonNotebook ? Language.Python : Language.CSharp);
9696
using (Py.GIL())
9797
{
9898
_pandas = Py.Import("pandas");

0 commit comments

Comments
 (0)