Joshua J. Cogliati

Results 128 comments of Joshua J. Cogliati

So apparently the remaining errors are: ``` FAILED: Diff tests/framework/redundantInputs Diff tests/framework/NDGridProbabilityWeightValue Diff tests/framework/CodeInterfaceTests/CobraTF/test3 Diff tests/framework/pca_sparseGridCollocation/polyCorrelation Diff tests/framework/PostProcessors/LimitSurface/testLimitSurfaceIntegralPPWithBoundingError Diff tests/framework/Optimizers/GeneticAlgorithms/simionescuConstrainedInvLin Diff tests/framework/Samplers/SparseGrid/normal Failed tests/framework/Samplers/SparseGrid/betanorm Failed tests/framework/Samplers/SparseGrid/beta Diff tests/framework/Samplers/SparseGrid/triangular Diff tests/framework/pca_adaptive_sgc/test_adaptive_sgc_poly_pca_analytic...

@alfoa Yes, we are discussing smt at: https://github.com/idaholab/raven/pull/2138#discussion_r1337680697

> Is it PR still needed? @joshua-cogliati-inl The branch might be useful in the future, but this PR can be closed if you want. Switching to dask basically fixes the...

Hm, what would the manual command to do this look like (what conda or pip command or commands would I use to do this manually)?

Julia doesn't seem to be in the channels we usually use: ``` $ conda search julia Loading channels: done No match found for: julia. Search: *julia* # Name Version Build...

Ah, it is in conda forge: ``` $ conda search -c conda-forge julia Loading channels: done # Name Version Build Channel julia 0.5.2 blas_openblas_0 conda-forge julia 0.5.2 blas_openblas_1 conda-forge julia...

So I am guessing you want something in HERON/dependencies.xml like: ``` 1.8 ``` (possibly with `optional='True'` )

I don't recall having to do major changes to pyDOE, just things like adding a few docstrings (to make pylint happy) and making some imports relative (so we didn't have...

I am not sure at this point. It might be worth making a quick pull request that deletes the directory and adds it as a pip/conda dependency and seeing what...