Julien Marrec
Julien Marrec
Weird that you got requirements already satisfied. do `python -m pip uninstall CoolProp` then redo `python -m pip install -i https://test.pypi.org/simple/ CoolProp==6.4.2.dev0` and try running the `python -c` command in...
(In case that isn't clear, the new github actions did their job and told me I had broken mac and windows (I'm on Ubuntu right now), which I am currently...
before: https://github.com/jmarrec/CoolProp/runs/5722400572?check_suite_focus=true ``` test cases: 79 | 50 passed | 29 failed assertions: 51436 | 51140 passed | 296 failed ``` after: https://github.com/jmarrec/CoolProp/runs/5724011199?check_suite_focus=true ``` test cases: 79 | 50 passed...
Can't reproduce on Ubuntu 18.04, but indeed I can reproduce on windows 10 with 1.2.0-rc6
Ping @zwei2016. Your help in testing this new installer is critical to us as we have a hard time reproducing this issue ourselves. See dan's comment above please https://github.com/openstudiocoalition/OpenStudioApplication/issues/389#issuecomment-877576134
@zwei2016 @Maharshi-Pathak can you do windows key + R and type 'dxdiag' and in there do "save all information" and send that file to us please?
Do it here that's fine. Copy this block, and paste your log where indicated please. ``` click to expand log PASTE HERE ```
Either: * OpenStudio changes it's Constructor just to please the OSApp and initializes this field, which makes no sense now post-separation of SDK and App (hence why I closed the...
I can't see the duplicated stuff. I suspect user tried to load the same OSM as a library, and while editing the OSM tried to import from that "library". As...