Joshua J. Cogliati
Joshua J. Cogliati
Getting a scalar from a numpy array does not seem to be supported. ``` import numpy b : float = float(numpy.array(1)) ``` with mypy gets the error: ``` error: Argument...
-------- Pull Request Description -------- ##### What issue does this change request address? #1748 ##### What are the significant changes in functionality due to this change request? Updating dependencies to...
Fmu work
-------- Pull Request Description -------- ##### What issue does this change request address? ##### What are the significant changes in functionality due to this change request? Various bug fixes for...
-------- Pull Request Description -------- ##### What issue does this change request address? ##### What are the significant changes in functionality due to this change request? Tests a new way...
### Thank you for the defect report - [X] I am using the latest version of `RAVEN`. - [X] I have read the [Wiki](https://github.com/idaholab/raven/wiki). - [ ] I have created...
-------- Issue Description -------- **Is your feature request related to a problem? Please describe.** The version of scipy and tensorflow in RAVEN is preventing newer pythons from being used. **Describe...
The details of what is written out in when data objects or solution exports are printed should be documented better to make it easier for people to use the results....
-------- Issue Description -------- ##### What did you expect to see happen? The checklists should record who did them. ##### What did you see instead? The checklists checked off. #####...
In 015df149ea59ba5828e604259010313bdd9762ff we have in tests/framework/ensembleModelTests/test_ensemble_model_linear_threading_with_time_series.xml: ``` thermalConductivityComputationContainer ``` ``` thermalConductivityComputationContainer ``` ``` ``` This should error out because it is PointSet in one place and HistorySet in another. thermalConductivityComputationContainer...
The distribution input files find the files relative to the running directory rather than the working directory: ```raven/tests$ ../raven_framework framework/test_distributionCustom1D.xml``` fails but ```raven/tests/framework$ ../../raven_framework test_distributionCustom1D.xml``` works. From: https://hpcgitlab.inl.gov/idaholab/raven/issues/658 See also...