tom634

Results 4 issues of tom634

I want to calculate integral located internally of the integral with imaginary numbers. My code: ```python from scipy.integrate import quad import numpy as np import scipy from scipy.special import jv...

I run default script in the Windows 10 with: `test_multiprocessing(CustomEnv, CustomAgent, test_df, test_df_nomalized, num_worker = 16, visualize=True, (...)` im main.py. When it comes to utils.py to line: `img = img.reshape(self.fig.canvas.get_width_height()[::-1]...

My code is: ``` import json from binance.websocket.um_futures.websocket_client import UMFuturesWebsocketClient from binance.um_futures import UMFutures import config import threading import time import websocket import pandas as pd SOCKET = "wss://fstream.binance.com/ws/btcusdt@kline_1m" TIMEOUT...

In the documentation I couldn't find example for printing mail content. I want to print e-mail content. I am using part of the code from documentation: ``` async def idle_loop(host,...