Skip to content

Commit

Permalink
Merge pull request #311 from fusion-energy/update-cad-tasks
Browse files Browse the repository at this point in the history
Update cad making task to use cadquery and latest paramak
  • Loading branch information
shimwell authored Feb 18, 2025
2 parents 447ab17 + c0df9a4 commit bdbcb53
Show file tree
Hide file tree
Showing 22 changed files with 610 additions and 2,200 deletions.
20 changes: 20 additions & 0 deletions .devcontainer/2_converting_cadquery_objects.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Converting CadQuery objects\n",
"\n",
"In memory transfer"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ RUN cp tasks/task_08_CSG_mesh_tally/1_example_2d_regular_mesh_tallies.ipynb task
RUN cp tasks/task_14_variance_reduction/2_shielded_room_single_ww.ipynb tasks/half-day-workshop/task_15_example_variane_shielded_room_ww_single_iteration.ipynb
RUN cp tasks/task_14_variance_reduction/3_sphere_iterative_per_run_ww.ipynb tasks/half-day-workshop/task_16_example_variance_reduction_sphere_ww_multiple_iterations.ipynb
RUN cp tasks/task_10_activation_transmutation_depletion/3_full_pulse_schedule.ipynb tasks/half-day-workshop/task_17_full_pulse_schedule.ipynb
RUN cp tasks/task_19_design_task/1_optimal_design.ipynb tasks/half-day-workshop/task_18_optimal_design.ipynb
RUN cp tasks/task_19_design_task/1_optimal_design_with_hints.ipynb tasks/half-day-workshop/task_18_optimal_designs_with_hints.ipynb
RUN cp tasks/task_21_design_task/1_optimal_design.ipynb tasks/half-day-workshop/task_18_optimal_design.ipynb
RUN cp tasks/task_21_design_task/1_optimal_design_with_hints.ipynb tasks/half-day-workshop/task_18_optimal_designs_with_hints.ipynb

WORKDIR /tasks

Expand Down
285 changes: 0 additions & 285 deletions tasks/task_15_making_CAD_geometry/1_make_CAD_shapes_from_points.ipynb

This file was deleted.

Loading

0 comments on commit bdbcb53

Please sign in to comment.