David DeCaprio

Results 4 issues of David DeCaprio

I have a test suite that overrides the executionContext, replacing serialExecutionContext with the scala default global executionContext. This leads to transient errors because of `MockitoSessionAsyncFixture.withFixture`. This function calls `session.finishMocking` inside...

We currently have a CSV file format for getting in claims data. Another useful format would be to take in data in FHIR JSON format. BlueButton is an example of...

The logistic regression model is currently just a pickle file with parameters. It is not callable from the regular script.

help wanted

In the relay-playground, the mutation only accepts primitive types as arguments. I'm trying to have a mutation parameter which is an object. The issue is that in mutateAndGetPayload, the input...

question