Results 8 issues of Milind R

Anybody here interested to allow custom encodings that work on UNICODE? To clarify, I mean an alternative unicode encoding to UTF-8, UTF-16, etc... ## --- Want to back this issue?...

enhancement

GAMS comes bundled with several solvers, e.g. CPLEX, which can only be invoked through GAMS itself. Using GAMS bundled solvers with Pyomo involves invoking the GAMS executable and passing the...

`gridpath_run` has the `--testing` flag which should suppress saving of results https://github.com/blue-marble/gridpath/blob/8a8042b667ff19aea3f283bd41f56e484af5ce92/gridpath/common_functions.py#L173-L174 However, scenario results are saved and the test results for verification are overwritten. `run_scenario.py` does not seem to...

priority: low

This is an initial attempt to resolve #111 , ultimately a part of #6 . The first commit is an attempt to handle the need for strict handling of unrecognised...

Relevant to #819 and ultimately #6 . `gen_hydro` projects are linked to horizons in `inputs_project_hydro_operational_characteristics`. The way hydro data is read from the database is to pick the intersection of...

### Problem Description rocm-smi crashes on running with the following output: ``` [milind@desktop-linux ~]$ rocm-smi 518578 detected dead process, and making mutex /rocm_smi_card2 consistent. Exception caught: map::at python3: /home/milind/rpmbuild/BUILD/rocm_smi_lib-rocm-6.1.2/src/rocm_smi.cc:133: uint64_t...

In my script, I use profiling to keep track: ``` if __name__ == '__main__': pr = Profile() pr.enable() #... #My code #... pr.disable() s = io.StringIO() sortby = pstats.SortKey.CUMULATIVE ps...

As an electrical and computational engineer but a newbie to antennas, I was going through the theory document and found what looks like an error on pages 4-5 in section...