Skip to content

No module named 'differentiator' #84

@stephenbaek

Description

@stephenbaek

ModuleNotFoundError Traceback (most recent call last)
Cell In[16], line 1
----> 1 from PARCtorch.PARCv2 import PARCv2
2 from PARCtorch.differentiator.differentiator import ADRDifferentiator
3 from PARCtorch.differentiator.finitedifference import FiniteDifference

File ~\codes\PARCtorch\PARCtorch\PARCv2.py:5
3 from PARCtorch.utilities.unet import UNet
4 from PARCtorch.differentiator.finitedifference import FiniteDifference
----> 5 from differentiator.differentiator import ADRDifferentiator
6 from integrator.rk4 import RK4
7 from integrator.integrator import Integrator

ModuleNotFoundError: No module named 'differentiator'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions