Matthias Fripp

Results 12 issues of Matthias Fripp

This fixes an error in `pool.js` that causes an error message "Cannot read property includeInto of undefined" (and no table) to appear when opening csv/tsv files with the Table Editor....

The `pyomo.core.base.misc.apply_indexed_rule()` function includes some code which is wrapped in `try/catch` clauses to catch `TypeError` exceptions. If my own rule code accidentally generates a `TypeError`, this code can potentially mask...

bug
pyomo.core

A [comment on stackoverflow](http://stackoverflow.com/a/39925803/3830997) mentioned that CPLEX's python bindings should be faster than the 'nl' (AMPL-style) interface or the default (which I think interacts with the cplex executable directly), especially...

enhancement
pyomo.solvers

According to the docs at http://msdn.microsoft.com/en-us/library/ms714714(v=vs.85).aspx , ODBC driver managers should remap field type identifiers between ODBC 3.x (e.g., SQL_TYPE_TIMESTAMP=93) and 2.x (e.g., SQL_TIMESTAMP=11) when apps and drivers use different...

**Describe the style change** When a long expression includes parenthetical expressions or functions, it would be better to put parentheses around the whole expression and wrap before operators, rather than...

T: style

When `powergenome.build_scenario_settings` creates settings dictionaries for each year/case, it finishes by assigning a single model_year and model_first_planning_year for that dict. Previously, this used the values from the generic settings dictionary,...

I'm using PowerGenome with relative paths in the `PUDL_DB` and `PG_DB` settings in `powergenome/.env`, e.g., ``` PUDL_DB="../PowerGenome Data Files/PUDL Data/pudl.sqlite" PG_DB="../PowerGenome Data Files/pg_misc_tables_efs.sqlite" ``` On my Mac, the `sqlalchemy_prefix()` function...

## Checklist - [X] I am using the current [`main`](https://github.com/pypsa-meets-earth/pypsa-earth/tree/main) branch or the latest [release](https://github.com/pypsa-meets-earth/pypsa-earth/releases). Please indicate. - [X] I am running on an up-to-date [`pypsa-earth` environment](https://github.com/pypsa-meets-earth/pypsa-earth/blob/main/envs/environment.yaml). Update via `conda...

bug

**Description:** Prior to September 2018, the Hydrogen output area used a variable width font (Arial or similar), which worked well for general text output or Pandas' formatted data tables. However,...

enhancement :star2:
help wanted
good first issue

**Is your feature request related to a problem? Please describe.** In csv files with many columns, it can be difficult and unreliable to find the particular fields that differ between...

enhancement