-
# Failing Tests
> Please see the failing tests divided into sections below. Click on each section to expand. Feel free to get assigned to an issue by following the instructions [here](https://unify.ai…
-
Following the discussion in #80 I thought it would be good to lay out some ideas for a general block matrix/operator abstraction.
Some useful types of block operators:
- Block tridiagonal where ea…
-
### Description of the bug:
I am working on making my model to be GPU-compatible on TFLite, and one of the issues to solve is to bypass some operators that do not support broadcasting on GPU. One…
-
if I do not reset the index of df_train by df_train.reset_index(drop=True,inplace=True) raise error
code:
`X = np.array([2*i for i in range(100)],dtype=float)
y = np.array([(0.35*x+1)**2 for x i…
-
Thanks for the authors' kind guides. However, when I want to implement the tests, it shows
`============================ test session starts ==============================
platform linux -- Python…
-
I am currently exploring the use of GPDC for causal discovery in tigramite using the pytorch implementation for increased speed for discovery of long time series with many variables and large tau_max.…
-
We are refactoring the regression tests under the [fix/tests](https://github.com/DeepWok/mase/tree/fix/tests) branch. On the hardware side, we observed the following errors. Due to the large number of…
-
Greetings,
Thanks very much for your package. I am just trying to run some of the examples in the link. The [MTK_example] is giving an error unfortunately. (https://bifurcationkit.github.io/Bifurca…
-
We need a way to handle part of the operators implicitly. To reduce the scope of this problem, initially we will only consider:
- linear operators
- on a single field (or where the same stencil is…
-
Is there a way to use Krylov methods with QuantumOptics.jl, or a plan to support in future?
https://github.com/Jutho/KrylovKit.jl is excellent with specific methods for exponential operators
Alt…