You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method you're referring to has been refactored in 42768e9, but that commit probably wasn't yet merged into the master branch when you checked out the code. If you pull again and try to compile, it might work for you now.
G'day
To get a compile from the command line call on mac High Sierra required the following code nudge to
POSEIDON-master/src/main/java/uk/ac/ox/oxfish/fisher/strategies/destination/RandomPlanFadDestinationStrategy.java
around line 55 I had to change the override to
Without this you got a compile time error "unreported exception X; must be caught or declared to be thrown"
Cheers
Beth
The text was updated successfully, but these errors were encountered: