Felipe Markson dos Santos Monteiro

Results 11 issues of Felipe Markson dos Santos Monteiro

I'm facing many problems with the [`parse_dss`](https://github.com/lanl-ansi/PowerModelsDistribution.jl/blob/7a6b03eb0f96d0bcd3269b7d62ffda4d7ccaf4b0/src/io/dss/dss_parse.jl#L822) implementation since the parser doesn't have all the cases of OpenDSS syntax. Some of these problems can be found in #394, #396, and...

**Describe the bug** Using the `parse_file` in a file that has a redirect to a file that changes an element in the model, the parser doesn't change in the `PowerModelsDistribution`...

Type: Bug
Category: Data Parsers

**Describe the bug** Using the `parse_file` in a file that has a redirect which the next file doesn't end with `.dss` causes a `BoundsError`. **Minimum Viable Example** **DSS Files** ```...

This PR Closes #394. and it is **not** a breaking change. ## Changes - [Adding a new test case](https://github.com/lanl-ansi/PowerModelsDistribution.jl/commit/fb8e835337e19e9d1efce75b37a53b9d44b1ecfb) that represents the #394 bug. - [Adding a new test for...

**Describe the bug** The character UTF-8 0x09 (Tabulation) is not recognized in the `parse_file` using `.dss` files. **Minimum Viable Example** #### DSS Code ``` // test.dss Clear new circuit.test bus1=SOURCEBUS...

Type: Bug
Category: Data Parsers

[Enter steps to reproduce:] 1. Juno -> New Terminal -> Current File's Folder **Atom**: 1.53.0 x64 **Electron**: 6.1.12 **OS**: Ubuntu 20.04.1 **Thrown From**: [julia-client](https://github.com/JunoLab/atom-julia-client) package 0.12.6 ### Stack Trace Uncaught...

Uma solução feita em C99 baseada em recursão e algumas otimizações de memória.

[Poetry](https://python-poetry.org/) is a dependency manager. Poetry allows the same development environment for all developers and organizing the project on a ```pyproject.toml``` file, following the "Python standards" PEP-517 and PEP-518. After...

## Changes - Organizing the project as a Python project; - Using Poetry as a package manager; - Include ```.vscode/``` in ```.gitignore```. ## How to run the FastAPI app: ```...