# The applicable method may be too new: running in world age 32335, while current world is 32342

**URL:** https://discourse.julialang.org/t/the-applicable-method-may-be-too-new-running-in-world-age-32335-while-current-world-is-32342/100949
**Category:** General Usage
**Tags:** function
**Created:** [June 28, 2023, 8:54pm UTC](https://discourse.julialang.org/t/the-applicable-method-may-be-too-new-running-in-world-age-32335-while-current-world-is-32342/100949 "2023-06-28T20:54:26Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [June 28, 2023, 9:23pm UTC](https://discourse.julialang.org/t/the-applicable-method-may-be-too-new-running-in-world-age-32335-while-current-world-is-32342/100949/2 "2023-06-28T21:23:30Z")

</div>

> [@parssh](#):
>
> `inspect(fit_foce)`

Try `@invokelatest inspect(fit_foce)`.

See also [here for a detailed explanation](https://discourse.julialang.org/t/help-calling-a-function-defined-from-expressions/1340/4), and [here for an explanation of invokelatest](https://discourse.julialang.org/t/is-there-a-way-to-manually-trigger-a-world-age-update/7776/2). I guess the issue here is that your `deserialize(output_file)` is reconstructing a function, not just data, hence the need for `@invokelatest`.

---

_[View the full topic](https://discourse.julialang.org/t/the-applicable-method-may-be-too-new-running-in-world-age-32335-while-current-world-is-32342/100949)._
