We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noted that when running the cohort model on myriad i'm getting a rare error crashing a small number of runs at line 3290 of RTI:
assert date_values[date_column] >= self.sim.date This fails when someones date of recovery is 'in the past'
assert date_values[date_column] >= self.sim.date
I will create a PR replacing the assert with an error and add in a test - hopefully can work out the issue
The text was updated successfully, but these errors were encountered:
joehcollins
No branches or pull requests
Noted that when running the cohort model on myriad i'm getting a rare error crashing a small number of runs at line 3290 of RTI:
assert date_values[date_column] >= self.sim.date
This fails when someones date of recovery is 'in the past'I will create a PR replacing the assert with an error and add in a test - hopefully can work out the issue
The text was updated successfully, but these errors were encountered: