You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The long-running tests currently skipped by default are causing my R session to run out of memory. A fix might be as simple as breaking these into separate tests, but it might also be good to see if all unit tests can be made more minimal.
The text was updated successfully, but these errors were encountered:
some_data<- npn_download_status_data(
request_source="Unit Test",
years=2013,
class_ids= c(15), #TODO pick a smaller class or year with less data!additional_fields= c("Class_ID")
)
Could write to disk (as one would do in practice), pick a smaller class, and/or pick a year with less data.
The long-running tests currently skipped by default are causing my R session to run out of memory. A fix might be as simple as breaking these into separate tests, but it might also be good to see if all unit tests can be made more minimal.
The text was updated successfully, but these errors were encountered: