Luã Vacaro

Results 29 issues of Luã Vacaro

I've encountered a bug while trying to download data for 'Dengue' in 2001 to 2008. @esloch pointed that line 86 of file `PySUS.pysus.online_data.__init__.py` was causing the error.

### Bug report I've encountered a bug while trying to download data for 'Dengue' in 2001 to 2008. ### How to reproduce ``` from pysus.online_data import SINAN SINAN.download(2001, 'dengue', return_fname=True)...

- [ ] Improve Channels (Announcements, PC's, VC's) and Roles. - [ ] Create Discord Community Rules Panel. - [ ] Configure Discord Bots (YAGPDB) - [ ] Publish the...

Original CoC template is available here (https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md). Changes are required to fit AlertaDengue's community, and implemented as a markdown page directly in the repo or via external link.

The files would be retrieved from MinIO instead of DATASUS FTP, already parsed to parquets Notes: - The CACHE system has to be able of handling files that are currently...

enhancement

The time delay a database takes to be called is due to the [recursive parent initialization](https://github.com/AlertaDengue/PySUS/blob/main/pysus/ftp/__init__.py#L280) of a Directory. It happens because ir performs a FPT CWD command for each...

enhancement

=========================== short test summary info ============================ FAILED pysus/tests/test_decoders.py::TestDecoder::test_group_and_count - Attr... FAILED pysus/tests/test_decoders.py::TestDecoder::test_redistribute - Attribu... FAILED pysus/tests/test_decoders.py::TestDecoder::test_translate_variables - ... FAILED pysus/tests/test_sim.py::TestDecoder::test_group_and_count - Attribute... FAILED pysus/tests/test_sim.py::TestDecoder::test_redistribute_missing - Attr... FAILED pysus/tests/test_sim.py::TestDecoder::test_redistribute_missing_partial == 6...

bug
help wanted

``` self = def test_Download(self): """Careful! this download can take a long time""" df = download_covid("BA", only_header=True) > self.assertIsInstance(df, pd.DataFrame) E AssertionError: is not an instance of test_data/test_vaccine.py:12: AssertionError ```

bug

This issue aims to remove the data files of the repository to reduce the package size

enhancement