-
Currently is src/gem-controllers/stages/disc_output_stage.py the return for `to_6b_discrete()` not implemented and raises an error.
The old implementation `return np.sum([a * 2 ** n for n, a in enume…
-
```fortran
module inf_mod_1
implicit none
private
public::is_finite
interface is_finite
module procedure is_finite_1
end interface is_finite
contains
subroutine is_finite_…
-
Is it true that if A is a Dedekind domain with field of fractions K, and if L/K is a finite separable extension, then the integral closure B of A in L is a finite A-module? I'm assuming so but was rel…
-
I am creating a modpack and I don't want players to be able to easily obtain this fluid infinitely
-
Requires #160.
Whilst we eventually want a nicely laid out and rendered representation of the Finite State Machine (FSM) we're going to focus here on the fundamental functionality and prettify things…
-
We need to decide on a class structure for finite-build coils. There are several categories of coil classes that we might want to support:
- filamentary vs finite-build coils
- circular vs rectan…
-
Hi! I was wondering if anybody had gone through the dvc in 2D of the finite hypothesis classes we went over. Specifically, for multiaxis2 and multiaxis3. I understand for multiaxis2 it is quadrants, s…
-
Current design of the ```finite_automaton``` module contains multiple cyclic imports, and that is due to a bigger problem: confusing architecture that makes the module hard to maintain. I think inheri…
bygu4 updated
1 month ago
-
The following tests are now failing:
```
instruments::options::finite_difference_pricer::tests_finite_difference_pricer_at_the_money::american_put_crank_nicolson
instruments::options::fin…
-
Currently the only finite fields allowed seem to be the Nemo fields of degree one, for example GF(p) where p is a prime integer;
I think that GF is the same as finite_field in Nemo.
I did a quick …