-
I'm working on some unit testing for use with OpenFIPS201, and am using jCardSim. The open source version does not support Global Platform or Secure Channel.
Looking through the code, I can see th…
-
##### Description
Using OpenAPI3 to generate our Python based service. We are attempting to use HTTP response code 201 for POST operations. However, the OpenAPI generated unit tests hard code expec…
-
### What is your issue?
Hi all,
Interpolation over an xarray variable do not preserve its attributes:
Here is a minimal example
````
x=np.arange(100)
x=xr.DataArray(x, dims='x', coords={'x':x}…
-
This example from a [StackOverflow question](https://stackoverflow.com/questions/70513818/getting-a-valueerror-zero-size-array-to-reduction-operation-minimum-which-has) fails:
```python
from datet…
-
I noticed that there a lot of unit tests missing for some of the operations. I'm opening this issue to keep track of this, so that some of us will eventually start working on this.
Raffo updated
8 years ago
-
```
A user reports an SX-AO unit that will jam on occasion, but which resumes
normal operation after the un-jam command is issued.
PHD2 should attempt to un-jam the unit automatically.
proposed beh…
-
**Code:**
- [x] use `Kokkos::View` for fields (see !2)
- [x] use `Kokkos::View` for particles (see !3)
- [x] add more field functions (see !4)
- [x] refactoring field layouts (see !19)
- [x] ~~refacto…
-
Via PM
_Hi,
Can I request that Recon Camera's be enabled in Megamek. It would help with Hidden units.
Thanks_
Rules on TO pg 338
Rules Level: Advanced
Available To: BM, IM, PM, CV, SV, A…
-
I tweaked/hacked the sample/demo in the `tests` demo to help with cross platform testing:
```
# https://github.com/glibersat/python-x10
from x10.controllers.cm17a import CM17a
serial_port_name = '/d…
-
How to turn off auto run unit tests? For example, I need to do some IO operations. I don't need to run the tests automatically, and I still run them every time I save them