-
Package: `scipy/special/specfun`
Responsible subroutine:
```fortran
SUBROUTINE KLVNA(X,BER,BEI,GER,GEI,DER,DEI,HER,HEI)
C
C ======================================================
C…
-
This error is because of the below given subroutine in `scipy/special/specfun`, I am trying to find a minimal way to reproduce this error.
```fortran
SUBROUTINE RCTY(N,X,NM,RY,DY)
C
C …
-
The following works perfectly well in LPython and LPython generates valid C code from it, but the syntax is not supported by CPython:
```python
# file: main.py
from lpython import i32, dataclass
…
-
here is my code, I can't seem to find a way to switch the source to use a query instead of table format for accessing the data.
act_name = 'copyBlobtoBlob'
blob_source = AzureMySqlSource…
-
代码如下:
```
es8311_init(44100);
es8311_set_voice_volume(100);
i2s_config_t i2s_config = {
.mode = I2S_MODE_MASTER | I2S_MODE_TX | I2S_MODE_RX,
.sample_rate = 16000,
.bits_per_sample = …
-
- **Package Name**: azure-mgmt-datafactory
- **Package Version**: 0.10.0
- **Operating System**: Linux
- **Python Version**: 3.8.2
**Describe the bug**
Preserve metadata is not getting updated …
-
Again, thanks for doing this project, now under a new flag :-)
Trying the notebooks `accumulated_local_effect_tutorial.ipynb` and `feature_contributions.ipynb`, the pickle file `tutorial_data/multipa…
-
Responsible Subroutine: `scipy/special/specfun`
```fortran
SUBROUTINE KLVNZO(NT,KD,ZO)
C
C ====================================================
C Purpose: Compute the zeros …
-
Once #1451 gets merged, we get:
```fortran
SUBROUTINE CFS()
IMPLICIT DOUBLE PRECISION (E,P,W)
IMPLICIT COMPLEX *16 (C,S,Z,D)
S=SIN(ZP)
RETURN
END
SUBROUTINE CISIB(X,CI,SI)
IMPLICIT DOUBL…
-
I am creating a pipeline to load data from Blob into AzureSQL table as follows:
I am using the latest version of Azure Data Factory and Python version is 3.7.0
# Create a copying activity
ac…