dmey

Results 30 comments of dmey

I am not sure what you mean -- the figure is added just after the 'Summary' heading ``` markdown # Summary ![Relationships of common functions as implemented in PsychroLib. Bold...

Doing a quick search I got to https://github.com/jgm/pandoc/issues/845#issuecomment-369944255 where it may be enough to override the fig placement but not sure if this is something you are looking to change...

@jedbrown https://github.com/openjournals/joss-reviews/issues/1113#issuecomment-443378686

Assuming you have already set up a Sphinx project with `nbsphinx` add a cell with `print('hello')`, then run `sphinx-build -v`... My expectation was to see `hello` printed to stdout.

> Can nbconvert --execute do that? Running `jupyter nbconvert --execute ` does not print outputs. So I guess that this is probably related to https://github.com/jupyter/nbconvert/issues/648.

I don't think we would be looking to add this in PsychroLib but maybe @didierthevenard has a different view on this?

@didierthevenard we may want to revisit this at the next release -- do you have any thoughts?

@didierthevenard this would not be a lot of code but there are a few decisions to make re implementation. For example in the [EnergyPlus implementation](https://github.com/NREL/EnergyPlus/blob/08d2e308bbff3894972dd4e7000364ed3cc17eff/src/EnergyPlus/Psychrometrics.cc#L999-L1185) they use a look up...

I see -- OK this can be a work in progress. How about we make a list of all the constants we use in psychrolib in let's say SI and...

Thanks @heymikid -- would you be willing to submit a PR for this for most/all supported languages? I am a bit short of time at the moment...