Peter Mao

Results 15 issues of Peter Mao

For your consideration, here is an implementation of [Issue 773](https://github.com/SabakiHQ/Sabaki/issues/773). Starting from the present node, this finds downstream forks and cycles through the possible variations by altering the `gameCurrents` array....

enhancement

In order to switch variations, I find myself going past the branching node, using left/right to switch branches/variations and then moving back up. It would be nice to have a...

enhancement

It would be nice for `org-noter` to be able to open a pdf+notes file directly from dired, but it looks like `org-noter` has to be called from a PDF or...

after e545b56fda15bf6f41d5d5418a61b11f8ec335cc, [build](https://github.com/space-physics/iri2016/blob/master/src/iri2016/build.py) is running cmake at every time step, slowing things down considerably, rather than only on the first running of `iri2016.IRI(.)` I am seeing one iteration of this...

Based on [https://github.com/space-physics/iri2016/blob/28fde0da9ce139f33c570eeb4a8959e675c308a6/src/iri2016/src/iri2016_driver.f90#L20](https://github.com/space-physics/iri2016/blob/28fde0da9ce139f33c570eeb4a8959e675c308a6/src/iri2016/src/iri2016_driver.f90#L20) (so `jf(39)==jf(40)==.true`) and [https://github.com/space-physics/iri2016/blob/28fde0da9ce139f33c570eeb4a8959e675c308a6/src/iri2016/src/irisub.for#L264](https://github.com/space-physics/iri2016/blob/28fde0da9ce139f33c570eeb4a8959e675c308a6/src/iri2016/src/irisub.for#L264) , `iri2016_driver` uses "hmF2-old" (BSE-1979?) instead of "AMTB2013" [(IRI2016 website default setting)](https://ccmc.gsfc.nasa.gov/modelweb/models/iri2016_vitmo.php) for the F-peak height model. Is this intentional, or an oversight?

Traces to https://github.com/space-physics/geomagindices/issues/5. Can this code be hardened against `NaN`s? ``` In [14]: m = msis.run("2011-01-01", (65,5,300), -49.5,69.5) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 m =...

**Describe the bug** Parts of a figure in a published paper do not show up in pdf-view, though they do in doc-view and other pdf readers. **Steps to Reproduce the...

Is there a reason that the org-mode-hook is set in the configuration? The basic functionality of storing and inserting links doesn't work without it. Is there another way? Also, why...

In PR #148, I had left the return value for non-integer sums as `np.nan` because I didn't know any better: https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/blob/36b86d1a43b3d24f93621ed669926b975494479c/arc/wigner.py#L270-L279 If [Wolfram ](https://mathworld.wolfram.com/Wigner6j-Symbol.html) is right, the proper value to...

improvement