haimivan

Results 9 issues of haimivan

Hi, is this project also for Oanda v20? Thanks in advance!

Hi, when using `scipy.interpolate.splev`, I get the following error: Unknown attribute 'splev' of type Module() Is it possible to integrate `splev` within numba-scipy? Or does this error message mean I...

question
feature_request

Hi, my use case for `traceback_with_variables` is mainly during development time. Therefore I just need a small overview what was wrong with the variables that actually caused the exception. My...

Hi, thanks for the good effort you have put in this project already. May I ask for an enhancement of the documentation? It would be good to have an overview...

documentation

Hi, I want to test an arbitrary Android app. This app has just the permission for "full network access". I want to test it either in the emulator or within...

Hi, in the first part of the tutorial: if I change the frequency from `3.0` [Hertz] to `3.25`: ``` t = np.linspace(0, 2*np.pi, 1000, endpoint=True) f = 3.250 # Frequency...

Hi, presently, http://trillworks.com:3010/ seems to be down. Would it be possible to share some screen shots what I would expect if I installed this project locally by myself? With these...

Hi, looking at `pool.apply_async()`, I am able to add an `error_callback` to take care for any exceptions that occur in my target function. Is there anything similar possible within deco?...

Hi, I execute the test file `test_kelly_criterion.py`. The data is downloaded correctly from IEX. The test fails because of different leverages: `actual_leverages = {'IBM': -5.92880957675537, 'AAPL': 1.4182295083611631}` `expected_leverages = {'AAPL':...