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

Issue 17: Fixes to data.table assignment #18

Merged
merged 3 commits into from
May 10, 2024
Merged

Issue 17: Fixes to data.table assignment #18

merged 3 commits into from
May 10, 2024

Conversation

athowes
Copy link
Collaborator

@athowes athowes commented May 10, 2024

Description

This PR closes #17.

It adds some missing assignments, based on looking through #3 and correcting the issues that I can spot.

As the package doesn't have testing (I think) I'm unsure about how I can test my changes (or be sure that I've got all of them). Open to suggestions on how to do this. Could be that we should move forward on #5 as a priority.

Checklist

  • My PR is based on a package issue and I have explicitly linked it.
  • I have included the target issue or issues in the PR title in the for Issue(s) issue-numbers: PR title
  • I have read the contribution guidelines.
  • I have tested my changes locally. Partial: I have tested for the drop_zero() function
  • I have added or updated unit tests where necessary.
  • I have updated the documentation if required.
  • My code follows the established coding standards.
  • I have added a news item linked to this PR.
  • I have reviewed CI checks for this PR and addressed them as far as I am able.

Copy link
Contributor

@seabbs seabbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good and agree we can just watch out for further instances. I also agree that we need CI in place with nascent unit tests ASAP to making development safer.

Prior to merging would be okay to add yourself as a package contributor (as per the epinowcast community contributions guidelines)?

@seabbs seabbs mentioned this pull request May 10, 2024
@athowes
Copy link
Collaborator Author

athowes commented May 10, 2024

I have added myself as contributor in commit 16e94a4.

@seabbs seabbs merged commit 4306d40 into epinowcast:main May 10, 2024
0 of 2 checks passed
@athowes athowes mentioned this pull request May 10, 2024
9 tasks
seabbs pushed a commit that referenced this pull request Jan 10, 2025
* Add omitted assignments

* Correct typo (draw to draws) as suggested by seabbs

* Add Adam Howes as contributor

Former-commit-id: 358d4706f12e5c68058a627f9fa101d8e40eae76 [formerly efd2f7e7a841c31d86106f231ebeab82989de206]
Former-commit-id: 59460a126c53f6fa91f66c3f51ec3b405d4069f0
seabbs pushed a commit that referenced this pull request Jan 21, 2025
* Add omitted assignments

* Correct typo (draw to draws) as suggested by seabbs

* Add Adam Howes as contributor

Former-commit-id: 4306d40
Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470
seabbs pushed a commit that referenced this pull request Jan 21, 2025
* Add omitted assignments

* Correct typo (draw to draws) as suggested by seabbs

* Add Adam Howes as contributor

Former-commit-id: 4306d40
Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470
seabbs pushed a commit that referenced this pull request Jan 21, 2025
* Add omitted assignments

* Correct typo (draw to draws) as suggested by seabbs

* Add Adam Howes as contributor

Former-commit-id: 4306d40
Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470
seabbs pushed a commit that referenced this pull request Jan 21, 2025
* Add omitted assignments

* Correct typo (draw to draws) as suggested by seabbs

* Add Adam Howes as contributor

Former-commit-id: 358d4706f12e5c68058a627f9fa101d8e40eae76 [formerly efd2f7e7a841c31d86106f231ebeab82989de206]
Former-commit-id: 59460a126c53f6fa91f66c3f51ec3b405d4069f0
seabbs pushed a commit that referenced this pull request Jan 21, 2025
* Add omitted assignments

* Correct typo (draw to draws) as suggested by seabbs

* Add Adam Howes as contributor

Former-commit-id: 358d4706f12e5c68058a627f9fa101d8e40eae76 [formerly efd2f7e7a841c31d86106f231ebeab82989de206]
Former-commit-id: 59460a126c53f6fa91f66c3f51ec3b405d4069f0
Former-commit-id: bb53303
seabbs pushed a commit that referenced this pull request Jan 21, 2025
* Add omitted assignments

* Correct typo (draw to draws) as suggested by seabbs

* Add Adam Howes as contributor

Former-commit-id: 4306d40
Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470
Former-commit-id: f72c2ad343194371b9e2018e076c50c9c4fd9c3c [formerly 1308111]
Former-commit-id: 81aa52f128e208738eae6b827d75ec32a453858f
seabbs pushed a commit that referenced this pull request Jan 21, 2025
* Add omitted assignments

* Correct typo (draw to draws) as suggested by seabbs

* Add Adam Howes as contributor

Former-commit-id: 4306d40
Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470
Former-commit-id: f72c2ad343194371b9e2018e076c50c9c4fd9c3c [formerly 1308111]
Former-commit-id: 81aa52f128e208738eae6b827d75ec32a453858f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected behaviour from drop_zero()
2 participants