Replies: 2 comments
-
Hi, This is a know issue and will be fixed in the next release. In the meanwhile, please downgrade pydantic as follows pip install "pydantic<2" Let me know if you see other issues. Happy to help. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your response. It is working.
Cheers,
Abdulkadir.
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Deepansh Srivastava ***@***.***>
Sent: Tuesday, July 2, 2024 1:35:06 PM
To: deepanshs/mrsimulator ***@***.***>
Cc: Abdulkadir Biffo ***@***.***>; Author ***@***.***>
Subject: Re: [deepanshs/mrsimulator] ValidationError: 1 validation error for BaseEvent (Discussion #359)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
Hi,
This is a know issue and will be fixed in the next release. In the meanwhile, please downgrade pydantic as follows
pip install "pydantic<2"
Let me know if you see other issues. Happy to help.
Best,
Deepansh
—
Reply to this email directly, view it on GitHub<#359 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6PVT3GP7SCRKTSGSFBGEWDZKKF6VAVCNFSM6AAAAABKHCAMUCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMZVGY4TM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pjgrandinetti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Deepansh,
I got to know about mrsimulator from Grandinetti's lecture at the just concluded PANACEA NMR Summer School in Venice.
So I am trying the package for the first time and I am running into this error after just trying to import signal_processor from mrsimulator
from mrsimulator import signal_processor as sp
I am getting this error:
ValidationError: 1 validation error for BaseEvent
rotor_frequency
Input should be a valid number [type=float_type, input_value=None, input_type=NoneType]
For further information visit https://errors.pydantic.dev/2.7/v/float_type
Beta Was this translation helpful? Give feedback.
All reactions