jaffa4

Results 16 comments of jaffa4

This works yes... can you tell me where I can find example/tutorial?

I mean about chatter.

change to this in project.d file bool isValidProjectName(in string s) pure { if (s.empty) return false; return reduce!q{ a && (b == '_' || b == '-' || (b>='A' &&...

But you are going to fix it, right? On one day?

THanks for you reply. Feel free to ignore what I write next but I think it would improve your software. Allow me to give you feedback on your software. Generally,...

9. I was not clear from the documentation that 1 tag is needed for insertion at least....

11. I think the parse is too sensitive... It should handle extra whitespace anywhere... It should not stop just because there is an empty line between input data.

Meaning what? Example is bad or datareader library is buggy?

New problem F:\Miniconda3\envs\folio\python.exe D:/m/python/pyfolioexample/main.py Running T model F:\Miniconda3\envs\folio\lib\site-packages\pymc3\tuning\starting.py:61: UserWarning: find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a...

I used conda.before running that. (folio) f:\Miniconda3\Scripts>conda install pymc3 Collecting package metadata: done Solving environment: done ==> WARNING: A newer version of conda exists. conda-forge::ca-certificates-2019.3.9-h openssl pkgs/main::openssl-1.1.1b-he774522_1 --> conda-forge::openssl-1.1.1b-hfa6e2cd_2 The...