-
Attributes with a type of string are now possible with netCDF-4, and many examples of attributes with this type are "in the wild". As an example of how this is happening, IDL creates an attribute with…
-
I was able to reproduce on main. For a CI run that fails in this way, see https://buildkite.com/julialang/metal-dot-jl/builds/935#018ec983-4e76-42ab-bc96-fb795c07e721.
-
I have a file of monthly CMIP6 data:
```
> fn read_stars(fn)
stars object with 3 dimensions and 1 attribute
attribute(s), summary of first 1e+05 cells:
M…
-
Currently in the PR for array support (#118) it's too manual to create a new object array. For example, creating an array of strings with a length of 3 is done the following way:
```dart
JniArray …
-
For this assignment, we'll use data stories from [The Hindu Data Point](https://www.thehindu.com/data/). Use what you have learned in Week 4 & Week 5 for doing this assignment.
Select a story that …
-
**Describe the bug**
Running test.sh fails at certain tests because oxpy.core.OxDNAError: Mandatory key `seq_dep_file_RNA' not found. Log below :)
All other tests from the documentation pass and eve…
-
Original general exam independent study proposal: https://docs.google.com/document/d/1fMWKTic6afpbNies3AkTL2hLbfgzS3Pe-5-xKAQlcJA/edit?usp=sharing
Comments from Nic:
Overall good. We can refine …
-
Right so I ran a script to check all pages, it's not perfect but it should help us find quite a few of the deadlinks, list below. Maybe that people could take responsibility in fixing things and pingi…
-
The following code evaluates the performance of the copy of 2 2D square MTL arrays `a` and `b`.
It gives a good performance (GBs: 360 GBs) using the kernel version (commented line) but a poor perform…
-
### 🐛 Describe the bug
We discovered this incidentally because when Jax is imported, it imports xla, which adds a process level hook that issues a warning if os.fork is used (which is is in some indu…