Trent Maetzold

Results 12 comments of Trent Maetzold

Same thing for me. I have `dconf` and `util-linux-libs` installed, which should provide the required dependencies. The lines in the below error are out of range of the `gogh.sh` script....

I'm seeing that the SwapRateHelper takes a Quote for the spread so Ibors are covered. It's probably just the Fed Funds curve that uses a spread in OIS, but may...

The below works on my machine using Python 3.11 and QuantLib 1.30, I can't guarantee that I don't have any code that is incompatible with prior Python versions. The dates...

I would say probably not, because the central bank will print fixings on that day and I'd think you'd end up with missing fixings. I'll try to whip up an...

Just want to add that this feature would still be helpful.

Getting this while running `km, kc = jupyter_client.manager.start_new_kernel()`.

Couple things: 1: The docs show secrets in lowercase. They need to be uppercase in the config.yml 2: Kometa is only reading in 1 secret Here is the relevant section...

@chazlarson Looks like you're using the CLI directly. I'm using `KOMETA_***` env variables; only one of these variables is still being picked up on 2.1.0-build18. ``` [2024-11-14 05:14:04,727] [kometa.py:325] [DEBUG]...

I unset the `KOMETA_TIMES` variable and it will not let me do `--run`. If I set the `KOMETA_RUN` variable, it still doesn't work. What is the `-dc` flag you're passing?...

I stepped into the container and confirmed that my variables are set and correct. Didn't want to include that for obvious reasons.