Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor issue with docs radiation model section #260

Open
asrenninger opened this issue Feb 2, 2023 · 0 comments
Open

minor issue with docs radiation model section #260

asrenninger opened this issue Feb 2, 2023 · 0 comments

Comments

@asrenninger
Copy link

In the radiation model section of the docs:

import skmob
from skmob.utils import utils, constants
import pandas as pd
import geopandas as gpd
import numpy as np
from skmob.models import Radiation

should be from skmob.models.radiation import Radiation.

So...

import skmob
from skmob.utils import utils, constants
import pandas as pd
import geopandas as gpd
import numpy as np
from skmob.models.radiation import Radiation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant