Nathan Matare
Nathan Matare
The clone.orderbook function in paramsets.R does not actually strip history: The old orderbook is assigned a new name 'cloned.portfolio.st', but the for loop continues to reference the old name, effectively...
I'd like to model [good-after-time](https://www.interactivebrokers.com/en/index.php?f=587) orders. That is, at time (t) a signal is generated that a rule fires upon, and at time (t + 1) an open order is...
If the `swagger_info` attribute contains a datetime object in an example definition, the default JSON serializer will fail for datetime types. ex) ``` TypeError: datetime.datetime(2021, 11, 14, 1, 34, 26,...
I believe this issue is related to this [SO](https://stackoverflow.com/questions/56176567/dask-not-respecting-worker-directive-constraint-workers-allow-other-work) post. I'm finding that, despite resource restrictions, the dask-scheduler will assign keys to worker nodes even when I'm specifying otherwise. For...
**System information**. ``` import tensorflow as tf tf.__version__ 2.8.2 ``` **Describe the problem**. Specifying a keras input layer with TypeSpec fails to propagate the layer name. Patching the hidden attribute...
Hello, I'm trying to build from source using the guide [here](https://github.com/tensorflow/io/blob/master/docs/development.md). Following the same pattern as the build scripts, I do the below, but fail with the following bazel error:...