-
Is there something blocking wheels built from this from being uploaded to PyPI so it can be installed using pip normally instead of via git (and having to build every time)?
-
Orekit is already using this newer version.
-
Here is a planetary system which is unstable and violently disrupts itself over short timescale (thanks to @nchoksi4456 for providing this example). MERCURIUS fails at this problem and has energy erro…
-
I took a shot at extending java objects using Python. In order to do so, we would need to construct two classes from within Python. One is an extension Class which overrides each of the targeted met…
-
## 🚀 Feature
Explore the existence of control flow operators: e.g. `functorch.cond`, `functorch.while_loop`, etc.
## Motivation
(1) vmap over data-dependent control flow
(2) lowering data-de…
-
Hi,
I ran into a couple issues with using the helio-synchronous method. Since I'm new to orbit modeling, it may be my fault, so happy to hear any clarifications!
1. When using the helio-synchr…
-
taken from https://github.com/checkstyle/checkstyle/issues/2810
TestClass.java
```
package test;
public class TestClass {
/**
* Description.
*
* @param p2
* …
-
At the suggestion of @jakirkham, I am opening this issue here to start a conversation about how conda might manage the packaging for Java components in a uniform way.
Quick introduction: I am maint…
-
This may be out of scope for this crate.
Currently, the [`Prediction`](https://docs.rs/sgp4/0.5.0/sgp4/struct.Prediction.html) output produces Cartesian coordinates in the TEME reference frame, whi…
-
Using sparklyr version 0.2.29, and sparkapi 0.3.18
On an AWS EM cluster, running the following to connect fails:
```
Sys.setenv(SPARK_HOME="/usr/lib/spark")
sc /etc/spark/conf
drwxr-xr-x 3 root roo…