Closed HeloiseS closed 4 years ago
will be fixed in next commit!
Is it a lot of hassle to make a new pip version when you've fixed most of the initial issues we flagged?
This allows me to create a completely fresh environment in conda and pip install it anew as if I was a first time user :) I find this is the a great way to shoo the bugs away.
Also, I should have said that the last two commands seem to have an extra indent:
>>> fig = plt.figure()
>>> ax = fig.add_subplot(111, projection = ccrs.Mollweide(central_longitude=0))
>>> fig = survey.intensity_map(ax = ax, c = mean_vel, vmin = -75, vmax = 75,
norm = None, cmap = "RdBu_r", colorbar = True,
cbar_kwargs={"orientation":"horizontal",
"label":"Mean Velocity (km/s)"})
I will definitely make a new pip version once I make all these changes! I will probably do so in the next day or so and will post on these issues when it is done.
Fixed and incorporated into version 0.2.0a2
Issue
There are 2 missing imports in your tutorial this tutorial and then it works spot on :+1: . Just add:
Original Issue for history
This issue is part of the current JOSS-review of whampy ( #1940 )