-
Hi,
I'm trying to do some graphs and I'm having issues adding the comparisons to my plot. Here I want to compare A to B, A to C and B and C within each group (24, 48 and 72 hours post inoculation)…
-
---
Author Name: **Hank** (Hank)
Original Redmine Issue: 119823, https://vlab.noaa.gov/redmine/issues/119823
Original Date: 2023-08-22
---
See #79741 for the requirement being addressed.
This …
-
When creating the predicate `pred = in(something)`, it may be that `something` is not a finite, iterable collection, but that `in(x, something)` is still a fast operation. (In my case it's 3D points `…
-
Hi, I'm working on inverse methods for hyperelastic parameter identification. The objective is to minimize the difference between experimental measurements captured by a camera (discrete displacement …
-
Running this example code here:
```
labels
-
**Submitting author:** @ergoregion (Neil Butcher)
**Repository:** https://gitlab.com/djsmithbham/cnearest
**Branch with paper.md** (empty if default branch): JOSS-paper
**Version:** 0.0.1
**Editor:** …
-
**Minimal Complete Verifiable Example**:
```python
import dask.dataframe as dd
df = dd.demo.make_timeseries()
# Works with divisions
df.x.rolling("50D").mean().compute()
# timestamp
# 200…
-
The problem at issue is a radially reflected cylinder with a 1 cm radius and 1.6 cm height with a boundary source on the bottom surface and vacuum on top. Here's what we know...
- Running with quad…
-
Hello,
I am attempting to solve a time-dependent packed bed reactor model with MethodOfLines. This model will have a length and time dependence (z, t domains). I am running into trouble during the …
-
If parameter tree_learner in my model.txt is serial, can each tree in this model be predicted using multiple threads?
when I test it, I found only one thread with 100% CPU usage, all the otheer threa…