Sven Willner

Results 45 comments of Sven Willner

What is your further plan in development of tqdm.cpp?

Hey Slava, That would definitely be a great feature. I am not sure, if it's feasible with basic X11 (as it requires the window itself to be transparent rather than...

as a workaround you can set the `ripgrep-executable` option to `"noglob rg"`

We probably should update and tidy up all notebooks. Maybe have a proper concept aboutwhat notebooks should tell and link from the documentation? Is this high priority or can we...

@znicholls Regarding the wording of the two I would almost be tempted to use the (economics) wording of stocks/flows.

As we have several ways to use OpenSCM (as a library, from the command line), what about defining a metadata format and a entry in `ScmDataFrame`, maybe even a `describe_run`...

I like the `_parameter_views`, but would implement them as attributes rather than dicts (though, that's just a matter of taste). Then the parameter views could easily be initialized using a...

> Attributes of the adapter or of _parameter_views i.e. would you do self._ecs.value or self._parameter_views.ecs.value? I can do that in #186 `self._parameter_views.ecs.value` ;)

yes. you could simply just generalize the approach in the DICE adapter.

I think, we should just not use `("model name", "ecs")` if it corresponds to one of the standard parameters.