-
Seems inconsistent as is:
```
julia> (1,)[]
ERROR: MethodError: no method matching getindex(::Tuple{Int64})
julia> [1][]
1
```
-
According to the requirements of the exercise, the polynomial terms should be up to sixth power, which mean transformed into a 28-dimensional vector, but the code provided only consists 11 dimension. …
-
Hi,
I tried to plot rashba spliting with pyprocar.fermi2D. Here is my command.
```python
import pyprocar
pyprocar.fermi2D(code='vasp',dirname='.', energy=1, spin_texture=True, no_arrow=True, arr…
-
### Is there an existing request for this?
- [X] I have searched the existing requests
### Forums discussion
https://forum.freecadweb.org/viewtopic.php?f=3&t=68434
### Subproject(s) affected?
Ske…
-
Is there any desire for a pass through the documentation that:
- Starts with a wholistic look at the Flux process: shape-training-data/build-model/train-model. (This is missing right now. The curr…
-
### Description
Write a program to find the maximum sum of a contiguous subarray (circular)
Maximum sum of a circular subarray is the task of finding the contiguous subarray within a circular one-di…
-
Hi thanks for a very nice paper and the code - does the dothash solution scale to millions of vectors (say millions of documents for vector search)? Or is it currently limited by whatever can be comp…
-
### System Info
Name: trl
Version: 0.13.0.dev0
Name: transformers
Version: 4.46.2
Python 3.11.10
### Information
- [X] The official example scripts
- [X] My own modified scripts
### Tasks
- […
-
A little bug that I ran into every now and then when running McStas to Mantid simulations:
If a detector (Monitor_nD) manages to catch one single event, it writes the corresponding events page in the…
-
I realize MongoDB is not a supported backend, but I since there is code included for it, I thought I would try to get this feature working. At least it would be good to have it report an appropriate …