Thomas Gaskin
Thomas Gaskin
Dear all, thank you very much for this repo and for implementing this -- I've been enjoying using it. It's great to see well-documented and tested (!) code being written...
## Problems with installation I encountered several issues when installing: 1. When running ``make`` in ``data/raw`` I get the following error: ```console Traceback (most recent call last): File "/Users/thomasgaskin/solar-power-mapping-data/data/raw/compile_osm_solar.py", line...
- The pipeline should be automatically triggered once a week to check for incompatibilities with package updates - The pipeline should also be run on a Windows runner
The Boost small-world generator as defined in [small_world_generator.hpp](https://github.com/boostorg/graph/blob/develop/include/boost/graph/small_world_generator.hpp) can produce parallel edges. The problem lies in lines 74–76: ```cpp if (x < prob) { vertices_size_type lower = (source + n...
This PR proposes a major restructuring of the model repository, to move away from utopya-based models and instead offering a toolbox of neural network machinery, numerical solvers, and inference algorithms...