With PR #327 the following lines were introduced
|
msg = get_available_config(verb=False, returnas=str) |
|
raise Exception(msg) |
|
# case = _DEFCONFIG |
this breaks the tutorial for plotting the gallery of fusion machines. In particular the lines:
config = tf.geom.utils.create_config() # create default configuration
We can either:
- restore a default configuration creation
- change the tutorial and plot a specific configuration
With PR #327 the following lines were introduced
tofu/tofu/geom/utils.py
Lines 886 to 888 in 7a3aca1
this breaks the tutorial for plotting the gallery of fusion machines. In particular the lines:
config = tf.geom.utils.create_config() # create default configurationWe can either: