Congjian Wang - INL

Results 138 comments of Congjian Wang - INL

I guess issue #938 can be combined with this issue. The following is from issue #938 When using an absolute path in the `` node together with QSUB, the code...

@Jimmy-INL Here is an example "raven/tests/framework/test_iostep_load.xml", if you run in the folder "raven/tests/framework/", the test will run, but if you run it in folder "raven/tests/", it will fail with the...

> Do we want to centralize all these libraries within RAVEN or spread them among several plugins depending on the needs? some libraries can be in the plugins, but they...

> does stuff like deeplynx use any particular Python libraries? From Deep-Lynx repo: ![Screen Shot 2021-11-01 at 11 25 24 AM](https://user-images.githubusercontent.com/7321071/139713625-ebc45315-54ca-4f02-984e-fb54259bf878.png)

@mandd I think imageio is now an optional lib in raven dependency.

Problems that are found by @joshua-cogliati-inl: ### Problems with install in workshop: Not finding python in when running ./scripts/establish_conda_env.sh --install Sometimes establish conda would error when trying to find python....

### Questions 1. Difference between RAVEN and Dakota ### Issues - [ ] 1. Add a figure about projectile model, and add some descriptions about the projectile model - [...

@aalfonsi I have checked the code, the error is due to the assumption in the function """_identifyVariablesInCSV""", which we should be able to fix it easily. ![image](https://user-images.githubusercontent.com/7321071/160332658-7ad12b49-f5bf-4d4e-a33b-a4a6631d0163.png)

@aalfonsi I suggest to change the code to use CsvLoader to process the file, instead of reading the lines.