Skip to content
New issue

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

Make a decision regarding Missing Data Indicator #53

Open
bencopl opened this issue Aug 26, 2022 · 0 comments
Open

Make a decision regarding Missing Data Indicator #53

bencopl opened this issue Aug 26, 2022 · 0 comments
Labels
question Further information is requested

Comments

@bencopl
Copy link

bencopl commented Aug 26, 2022

I currently have a unit test that checks for an MDI at certain time points where the MDI is hard-coded into my test. It's probably a temporary implementation as I don't think we've made a formal decision about having an MDI. Things to consider:

  • Do we even want an MDI, and if so, what value should it have and should it be coded as a const value within the profiler?
  • An alternative which links in nicely with Issue Add number of calls to profiler output. #34 is to simply throw an error if call_count_ is zero, or something similar. In which case I can get rid of the MDI stuff in my unit test.
@bencopl bencopl added the question Further information is requested label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant