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

Read columns with correct data types in datasets module #153

Merged

Conversation

damonbayer
Copy link
Collaborator

Closes #150

@damonbayer damonbayer linked an issue Jun 4, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.90%. Comparing base (f11ce38) to head (2a38415).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #153   +/-   ##
=======================================
  Coverage   93.90%   93.90%           
=======================================
  Files          36       36           
  Lines         706      706           
=======================================
  Hits          663      663           
  Misses         43       43           
Flag Coverage Δ
unittests 93.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gvegayon
Copy link
Member

gvegayon commented Jun 4, 2024

I can confirm that the tutorial using the dataset reads the columns as dates.

@gvegayon gvegayon merged commit a2c1307 into main Jun 4, 2024
8 checks passed
@gvegayon gvegayon deleted the 150-read-columns-with-correct-data-types-in-datasets-module branch June 4, 2024 21:02
damonbayer added a commit that referenced this pull request Jun 5, 2024
commit 879c665
Author: George G. Vega Yon <[email protected]>
Date:   Wed Jun 5 11:29:09 2024 -0600

    Weekly Rt with autoregressive difference (#131)

    Co-authored-by: Damon Bayer <[email protected]>
    Co-authored-by: Dylan H. Morris <[email protected]>

commit f0a35ee
Author: George G. Vega Yon <[email protected]>
Date:   Wed Jun 5 10:32:48 2024 -0600

    Renaming datautils to arrayutils (#154)

commit 394a03d
Author: Damon Bayer <[email protected]>
Date:   Tue Jun 4 16:49:10 2024 -0500

    Record deterministic `RandomVariables` by default (#148)

commit a2c1307
Author: Damon Bayer <[email protected]>
Date:   Tue Jun 4 16:02:07 2024 -0500

    read date columns as dates (#153)

commit f11ce38
Author: George G. Vega Yon <[email protected]>
Date:   Mon Jun 3 16:20:08 2024 -0600

    Rt with infection feedback (#123)

    ---------

    Co-authored-by: Dylan H. Morris <[email protected]>
    Co-authored-by: Dylan H. Morris <[email protected]>
    Co-authored-by: Damon Bayer <[email protected]>

commit f9c057a
Author: George G. Vega Yon <[email protected]>
Date:   Fri May 31 13:18:58 2024 -0600

    Refactor transformation module to wrap `numpyro.distributions.transforms` (#140)

    Co-authored-by: Dylan H. Morris <[email protected]>
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.

Read columns with correct data types in datasets module
2 participants