Andriy Drozdyuk
Andriy Drozdyuk
Something like this: ```python from abc import ABC, abstractmethod class Patient(ABC): """ Actual proper base class for patient, that includes the parts missing from simglucose definition """ @abstractmethod def step(self,...
Do you know where in UVa/Padova Simulator they define it? I would be curios to see their implementation. Regarding current use, I can't imagine people have used it because it...
Out of curiosity, where did you find this code? Is it accessible somewhere?
This is a follow up to my previous solution. It still suffers from a problem: the risk values are not capped to [0, 100] as they should be. This stems...
Opened a PR with the proposed changes. Closed the old PR.
Please. I keep looking for it there.
Just depend on a sha of a commit? E.g. in rebar3: `{triq, {git, "[email protected]:krestenkrab/triq.git", {ref, "c7306b8eaea133d52140cb828817efb5e50a3d52"}}}`
Just run your property-based test from eUnit and use that to monitor coverage? E.g. add [this](https://github.com/krestenkrab/triq) to your property module, and run eunit: `property_test() -> true == check().` and enable...
Here is a better solution I found: https://github.com/openai/mujoco-py/issues/390#issuecomment-525385434
hm... does one have to set that somewhere? Sorry I was following the setup instructions, didn't have a chance to dig into code yet...