-
2024/10/31
Continuing motor testing
- Assisted with changing the motor
- Helped in testing robot hang
- Recorded others
https://github.com/user-attachments/assets/7fd6e466-e3cf-4a4b-8c68-682b…
-
-
There are several places in the project where Weyl groups are needed. So I would like to suggest to move those functions from Experimental/LieAlgebras into the OSCAR core.
Please spell out any con…
-
-
When trying to install Oscar on Windows, the following problem occurs quite frequently:
Oscar needs 6GB of RAM. The standard WSL setup has 4GB of RAM. It is not immediately obvious that this is th…
-
The relevant error is a few lines above:
```
From worker 4: [58185] signal (11.2): Segmentation fault: 11
From worker 4: in expression starting at /Users/aaruni/Desktop/oscar-runners/ru…
-
[BugReport] sumbitit_local won't work for more than 1 GPUs :confused: .
```[2024-11-06 13:33:45,945][root][INFO] - Setting up Distributed model.
[2024-11-06 13:33:45,945][root][INFO] - Exporting PyTo…
-
Hola Óscar feliz día Oscar he hecho numerosas pruebas en varias máquinas pero parece haber una falla al momento del sistema loguears el correo lo detecta correctamente pero cuando pasa a introducir la…
-
I put some ideas together how we could improve the functionality of basic combinatorics in OSCAR, see https://hackmd.io/Ef1t9wjbQwWlkrL4DQgYxQ . Please edit and comment on anything you can think of th…
-
```
julia> R, s = Oscar.polynomial_ring(Oscar.QQ, "s")
(Univariate polynomial ring in s over QQ, s)
julia> K, q = Oscar.number_field(s^2 - 2, "q")
(Number field of degree 2 over QQ, q)
julia>…