Hajar AEK

Results 10 comments of Hajar AEK

J'ai regardé sur OpenFisca Tracer, et effectivement les cotisations sont calculées pour le test suivant: ``` { "individus": { "Claude": { "salaire_de_base": { "2017": 0 }, "rsa_indemnites_journalieres_activite": { "2019-01": null...

@benjello Quand je change la [formule](https://github.com/openfisca/openfisca-france/blob/a6c6f0556cc944a8b0382d72601226c4f7696977/openfisca_france/model/prestations/minima_sociaux/rsa.py#L455) sur `openfisca_france/model/prestations/minima_sociaux/rsa.py`, le [test](https://github.com/openfisca/openfisca-france/blob/a6c6f0556cc944a8b0382d72601226c4f7696977/tests/formulas/ppa.yaml#L929-L948) `ppa.yaml` ne passe pas : ``` Test 'PPA - Les IJSS sont toujours considérés comme un revenu d'activité quand un...

@sandcha It seems to me like part of this has been fixed in the PR #993. Running this example now renders: `500` for `Error: INTERNAL SERVER ERROR` and: ``` {...

@sandcha So far I have not found a way to intercept the ValueError as a 400 error instead of a 500. Since the [ValueError](https://github.com/openfisca/openfisca-core/blob/5768e734799ed850092195310e8daebf67b5aa00/openfisca_core/simulations/simulation.py#L154) raised is built-in, I could not...

Hello @maukoquiroga ! The issue here is that technically the error rendered should be a code 400, because it's a user error, instead of a 500 error. Getting a 500...

@maukoquiroga The `api-test` keeps running without exiting for Python 3.9. You can take a look at the [logs](https://github.com/openfisca/openfisca-france/runs/3459760268?check_suite_focus=true) on GitHub Actions. I had to stop the workflow manually 🤔

I investigated the use of `act` in `OpenFisca-France` [here](https://github.com/openfisca/openfisca-france/pull/1663#issuecomment-915388536) :)

I don't know if it's still relevant, but I [tested](https://github.com/openfisca/openfisca-france/actions/runs/1181515163) the matrix strategy on three Python versions in `OpenFisca France` . It is doable for `Numpy` and `os` but the...

Just fyi I tested `Act` on `Openfisca France` and it did not bode well for me personally nor for @sandcha. Here is a [summary](https://github.com/openfisca/openfisca-france/pull/1663#issuecomment-915388536).

Hello, I had the same issue and I used **np.transpose()** to solve it. You're going to need to use it for all mentions of **writer.add_image()**. `writer.add_image(name + '_spectrogram_ref' + '/clean',...