[yt-dev] Issue #1248: Segmentation fault during profile creation (yt_analysis/yt)

Kacper Kowalik issues-reply at bitbucket.org
Thu Jul 21 07:52:04 PDT 2016


New issue 1248: Segmentation fault during profile creation
https://bitbucket.org/yt_analysis/yt/issues/1248/segmentation-fault-during-profile-creation

Kacper Kowalik:

As reported by @MatthewTurk on slack, following code:

```
import yt
ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
dd = ds.all_data()
yt.create_profile(dd, "x", "ones", n_bins=256, weight_field=None)
```

results in segmentation fault (yt 1f83a250683e)

Responsible: xarthisius


More information about the yt-dev mailing list