From c51c1d4c8df3ec39fab348c968152e08015dbb02 Mon Sep 17 00:00:00 2001 From: shimwell Date: Sat, 16 Dec 2023 00:18:57 +0000 Subject: [PATCH] badges new url --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4be56fb..ec1e85e 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ models (CSG) for comparing neutronics simulations with both geometry types. | Model | Testing Status | |---|---| -|

| [![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_cuboid.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_cuboid.yml) | -|

| [![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_sphere.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_sphere.yml) | -|

| [![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_nestedsphere.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_nestedsphere.yml) | -|

| [![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_two_touching_cuboids.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_two_touching_cuboids.yml) | -|

| [![Cylinder](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_cylinder.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_cylinder.yml) | -|

| [![nestedcylinder](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_nestedcylinder.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_nestedcylinder.yml) | -|

| [![circulartorus](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_circulartorus.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_circulartorus.yml)| -|

| [![ellipticaltorus](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_ellipticaltorus.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/ci_ellipticaltorus.yml)| +|

| [![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/cuboid_cad_to_dagmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/cuboid_cad_to_dagmc.yml)
[![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/cuboid_cad_to_openmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/cuboid_cad_to_openmc.yml) | +|

| [![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/sphere_cad_to_dagmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/sphere_cad_to_dagmc.yml) | +|

| [![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/nested_sphere_cad_to_dagmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/nested_sphere_cad_to_dagmc.yml) | +|

| [![Cuboid](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/two_touching_cuboids_cad_to_dagmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/two_touching_cuboids_cad_to_dagmc.yml) | +|

| [![Cylinder](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/cylinder_cad_to_dagmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/cylinder_cad_to_dagmc.yml) | +|

| [![nestedcylinder](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/nested_cylinder_cad_to_dagmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/nested_cylinder_cad_to_dagmc.yml) | +|

| [![circulartorus](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/circular_torus_cad_to_dagmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/circular_torus_cad_to_dagmc.yml)| +|

| [![ellipticaltorus](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/elliptical_torus_cad_to_dagmc.yml/badge.svg)](https://github.com/fusion-energy/model_benchmark_zoo/actions/workflows/elliptical_torus_cad_to_dagmc.yml)| # Installation prerequisite @@ -42,7 +42,7 @@ mamba activate new_env Install the dependencies ```bash -mamba install -y -c cadquery -c conda-forge moab gmsh python-gmsh cadquery=master openmc +mamba install -y -c cadquery -c conda-forge moab gmsh python-gmsh cadquery=master "openmc=0.13.3=dagmc*nompi*" ``` Then you can install the cad_to_dagmc package with ```pip```