Defining schedules with archetypal #483
-
Hello, I am trying to create a UMI template using archetypal. Everything is fine except for the weekly schedules. I used two commands given on the documentatiton page (see https://archetypal.readthedocs.io/en/stable/creating_umi_template.html#defining-schedules). However, I keep getting the error: "TypeError: 'NoneType' object is not iterable" Can you help me with this one? I upload the relevant notebook file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi! I'd love to help. Could you share the .ipynb notebook instead of the PDf? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hey Samuel,
Thank you for your help. I appreciate it.
Best,
Said
…On Mon, Jul 24, 2023 at 1:32 AM Samuel Letellier-Duchesne < ***@***.***> wrote:
Thank you!
Apologies, the documentation is a little bit misleading. It will be fixed
soon.
The creation of schedules (and all other UMI objects) should not involve
dictionaries; it is handled under the hood by archetypal when a UMI
Template Library is serialized to a JSON file.
I corrected the instructions here; the notebook should run as is:
scratch_9.ipynb.zip
<https://github.com/samuelduchesne/archetypal/files/12140116/scratch_9.ipynb.zip>
—
Reply to this email directly, view it on GitHub
<#483 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMYAXQVLTDHHPSMDDHEATG3XRWQ6JANCNFSM6AAAAAA2UXNTBE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Thank you!
Apologies, the documentation is a little bit misleading. It will be fixed soon.
The creation of schedules (and all other UMI objects) should not involve dictionaries; it is handled under the hood by
archetypal
when a UMI Template Library is serialized to a JSON file.I corrected the instructions here; the notebook should run as is:
scratch_9.ipynb.zip