<div dir="ltr">Hi all,<div><br></div><div>I've encountered a bug with <a href="http://yt-project.org/doc/developing/creating_derived_fields.html#a-more-complicated-example">this example</a> in the docs of getting/setting field parameters of a dataset for use in a derived field. The example works fine for known yt field parameters like bulk_velocity, but if you change every instance of "bulk_velocity" to "my_bulk_velocity" (<a href="http://paste.yt-project.org/show/5142/">sample script</a>), then it breaks with <a href="http://paste.yt-project.org/show/5140/">this error</a>. </div><div><br></div><div>It seems as though this breaks because `has_field_parameter` always returns True, and there is no way to know ahead of time what units a user-defined field parameter will take, so the mock field data can't be set up correctly. Nathan suggested via IRC that this might necessitate creating a way to register user-defined field parameters, but it's probably worth brain-storming about if anyone else has any other suggestions!</div><div><br></div><div>-Hilary</div></div>