Maximiliano Osorio

Results 13 issues of Maximiliano Osorio

Use urllib2 led to the code running sequentially and synchronous.

### Describe the bug Steps to reproduce ```bash git clone https://github.com/mosoriob/loopback-next.git cd loopback-next/ cd sandbox/validation-ajv npm install npm test ``` ## Current Behavior The test fail with error: ``` Request...

bug

## Problem Argument type for InputFile (`pathlib.Path`) generates issues in some cases. For example, the function ` tflite.Interpreter` from TensorFlow library excepts a string ```py 'InterpreterWrapper_CreateWrapperCPPFromFile'. Possible C/C++ prototypes are:...

The container doesn't have a network by default. This can be a problem for a notebook that needs to connect to an API, etc. ```bash $ ➜ ~ cwltool main.cwl...

I had a notebook `main.ipynb` that imports a function from the file `inference.py` The script generated `main` is going to fail because the `ipython2cwl` doesn't copy the `inference.py` file ```py...

The setup.py doesn't include a reference to the `gdal` package ```bash ERROR: Could not find RTI file for: /tmp/TF_Tests/Tana_120sec/__topo/Tana_120sec.rti --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in 6 rti_file =...

Using the commit `39959ebf34a0f36b47d05f157cec6d53f044f847` I have installed the dependencies ```bash conda install nb_conda conda install gdal conda install matplotlib conda install imageio pip install imageio-ffmpeg (an imageio extension) cd TF36_DIR...

https://github.com/peckhams/topoflow36/blob/3cfd507965a25f29fd5115c4604636df24d4b03d/topoflow/utils/visualize.py#L388

os.path.join combines path names into one complete path. This means that you can merge multiple parts of a path into one, instead of hard-coding every path name manually.