-
```
JAVA_HOME=/usr/lib/jvm/java-9-openjdk/ mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Buildin…
-
```
Failed to execute INSERT INTO deck ( created_date, updated_date, person_id, source_id, url, identifier, name, competition_id, archetype_id, resource_uri, featured_card, score, thumbnail_url, smal…
-
Modelling a phenomena which only has physical interpretation between 0 and 1. The 'NonNegative` SDE option ensures the solution is positive, but additive noise my force the solution to an area in phas…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
Exceeded slow_query limit (2.0 > 2) in mysql:
INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` …
-
Hello,
first thanks for the great package!!
It seemt to me that the posterior_predict function produces incomplete results for the wiener family.
The function returns only RTs, but for wiener fi…
-
I am testing newly implemented parallelism features. Strange behaviour: sometimes I get different numbers of trajectories returned (here i ask for 5000, and then try to calculate an average):
```…
-
following up on #145 discussion on callbacks, I am trying to track down any issues that might arise in formulating the SDE in this way. There is a potential snag:
when doing the integration it is e…
-
This code was working with DifferentialEquations.j at 2.0, has something changed?
```Julia
using DifferentialEquations
f = @ode_def_bare Drift begin
dα₁ = -(γ + 2*im*χ*α₁*ᾱ₁)α₁ + im*J*α₂
…