-
@EinarElen caught this bug when working on
https://github.com/LDMX-Software/ldmx-sw/issues/1007
Basically, the recursion request
https://github.com/LDMX-Software/Framework/blob/450de15e79da1…
-
### Problem description
Sometimes you need to resort to manual Python looping, eg. when integrating with legacy code.
It seems to be very slow to loop through nested Polars series:
```py
impor…
-
Sequence type(열거형 타입) >> list 와 tuples
list = mutable sequence(operation)
list 사용법 >> python standard library 참조
days = ["Mon", "Tue", Wed", Thu", "Fri"]
ex 1) print("Mon" in days) >> T…
-
### Operating System
Fedora 38, Linux
### Programming Languages
Python
### CCXT Version
4.4.26
### Description
Hi,
when calling `fetchPositions` on Bybit while not specifying a…
-
python 3.9.0
When I ran the command
`python scripts/run_train.py --agent_cfg=adv_scenic.yaml --scenario_cfg=train_scenario_scenic.yaml --mode train_scenario --scenario_id 1`
An error occurred.
`se…
-
@paul-shannon hey paul, ive uploaded what i wrote in code so far for the chapter5 challenges. this chapter was simple and short but a little confusing translating to R. please look at my code, the R …
-
I was thinking out loud in https://github.com/mozilla-services/antenna/pull/1100#issuecomment-2457261580 about why I wrote `socorro-cmd`, but don't generally like it and don't really want to carry it …
-
I can run the examples (with some small fixes for the latest Llama Stack). However, the safety example errors at the point:
`response = client.safety.run_shield`
with:
`fastapi.exceptions.Re…
-
### Description
In the description of example it is said that:
The output for group `1` can be understood as follows:
* group 1 contains Series `'a': [1, 3]` and `'b': [4, 5]`
* apply…
-
i run the block_drop.py to get the dop_layer lists and finally i can get the mistral-base-block_drop-discrete-drop8 folder.
in that folder, weights, json, and also python files are included.
After t…