-
At the moment the API uses raw float arrays to represent matrices, which means we can't use matrix operations (subtraction, multiplication, etc) and there is no record in the types of units.
-
In the [pipe unit operation](https://github.com/DanWBR/dwsim/blob/windows/DWSIM.UnitOperations/UnitOperations/Pipe.vb#L1473) the outer diameter seems to be calculated by:
```
(Dext + esp_isol)
```
…
-
Maxpool variant in YoloX Dark5 submodule:
1. Maxpool variant ((1, 384, 20, 20), (5, 5), (2, 2), (1, 1)) getting low pcc(0.04816194863771736)
2. Maxpool variant ((1, 384, 20, 20), (9, 9), (4, 4), (1,…
-
There are 2 ways to merge a specific item that belongs to a collection:
- Calling `Onyx.merge()` directly;
- Calling `Onyx.mergeCollection()` for the collection holding this item.
These 2 operati…
-
When the renaming operator is used to change the name of an operation in a theory, the names of the axioms do not reflect that change. For example, the commutativity axiom of semirings has the name co…
-
## *Lab/Experiment(s) Hosting Request*
Use this issue to get your lab and experiment repositories hosted on Virtual Labs. This issue also is used to host labs and their experiments that have been m…
-
I recently recovered a unit on one wifi network, then moved that unit to another wifi network to complete its setup. The completion uses `git`. I found that it could not perform any repository opera…
-
Greetings.
I tried using some units in a `constexpr` context and found that `constexpr` is partially supported. Here's an extract of what I tried to run, with the operations that lack `constexpr` s…
-
### Environment
04:32:57,538 INFO [megamek.MegaMek] {main}
megamek.MegaMek.initializeLogging(MegaMek.java:143) - Starting MegaMek v0.50.0-SNAPSHOT
Build Date: 2024-08-04T01:23:25.882857488
…
Tzahr updated
3 months ago
-
### What Happened
Imagine if you have a large seeder that takes 5s to run, and you need to test 20 things after that seed.
If you seed at the beginning of each test you would be waiting a 100 s…