Affan
Affan
I have a YAML OpenAPI definition file that looks like the following ``` openapi: 3.0.1 info: title: redacted version: v1 servers: - url: redacted paths: '/api/locations/{locationId}/diseases': get: tags: - redacted...
I am using Slurm to connect to a certain number of codes. After it connects successfully, the REPL simply hangs for up to 20 - 30 seconds where it is...
I can only reproduce this with my data file which is hosted on [github link](https://github.com/affans/influenza/blob/master/symp.dat). It's not a large file (270kb, 250 rows by 500 columns) of integer data, delimited...
I am trying to understand how the scaling factor is applied in the observation model (i.e. `obs_opt`). The mean and sd are to be provided for the underlying distribution, but...
Is it possible to include a keyword argument to calculate the sma with the end points? So for an array $y_t$, let $\beta_t$ be the moving average defined as ```math...
Consider this following MWE which works but not as intended. ``` using Distributed addprocs(2) @everywhere using ProgressMeter p = Progress(1000, barglyphs=BarGlyphs("[=> ]")) @everywhere function simulation(s) for i = 1:100 sleep(0.01)...
Is it possible to launch multiple windows in the electron framework? ``` browse(df1) browse(df2) # overwrites the first window ```
I am creating this issue to document the use of `(` and `)` that are in the docs. This took me a long time to figure out since 1) I...
**Describe the bug 🐞** The `PhysicsInformedNN` discretizer has two arguments `param_estim` and `additional_loss` for parameter estimation. The `additional_loss` is a function which accepts three arguments, i.e., `additional_loss(phi, θ, p)` where...
I am using Slurm to connect to a certain number of codes. After it connects successfully, the REPL simply hangs for up to 20 - 30 seconds where it is...